diff options
author | link2xt <link2xt@testrun.org> | 2020-10-04 01:36:27 +0300 |
---|---|---|
committer | link2xt <link2xt@testrun.org> | 2020-10-04 02:06:24 +0300 |
commit | d14acf54ae6bac34db32e59d9781c80e06b4b18d (patch) | |
tree | 4ef56d596a0f2760d695fd5357cc572d7c58a0cb /qml | |
parent | 75cf9aebe025135dca9e0b9a3c7c139c7d4fffb3 (diff) | |
download | kdeltachat-d14acf54ae6bac34db32e59d9781c80e06b4b18d.tar.gz kdeltachat-d14acf54ae6bac34db32e59d9781c80e06b4b18d.zip |
AccountsPage: do not set button colors
Diffstat (limited to 'qml')
-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) } |