diff options
author | link2xt <link2xt@testrun.org> | 2021-02-27 18:27:54 +0300 |
---|---|---|
committer | link2xt <link2xt@testrun.org> | 2021-02-27 18:27:54 +0300 |
commit | 3d22cd0c32633af3bc54017137cbeba8e22bc5ef (patch) | |
tree | 6c800069cbff0510e99b4a6e08812e42c9d7ffd6 /qml/main.qml | |
parent | be270a0c68b7fb5e5f7b159306b98015b4d7b05a (diff) | |
download | kdeltachat-3d22cd0c32633af3bc54017137cbeba8e22bc5ef.tar.gz kdeltachat-3d22cd0c32633af3bc54017137cbeba8e22bc5ef.zip |
Use "system-switch-user" icon for "switch account" action
Diffstat (limited to 'qml/main.qml')
-rw-r--r-- | qml/main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/main.qml b/qml/main.qml index 7b0601b..c95c445 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -36,7 +36,7 @@ Kirigami.ApplicationWindow { }, Kirigami.Action { text: "Switch account" - iconName: "view-refresh" + iconName: "system-switch-user" onTriggered: pageStack.layers.push(accountsPage) } ] |