diff options
-rw-r--r-- | qml/AccountsPage.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qml/AccountsPage.qml b/qml/AccountsPage.qml index aa9c6f6..f597807 100644 --- a/qml/AccountsPage.qml +++ b/qml/AccountsPage.qml @@ -58,7 +58,6 @@ Kirigami.Page { Button { width: 100 - palette.button: "light green" text: "Select" onClicked: { while (pageStack.depth > 1) { @@ -76,7 +75,6 @@ Kirigami.Page { Button { width: 100 - palette.button: "red" text: "Delete" onClicked: accountsModel.removeAccount(model.number) } |