From 3d22cd0c32633af3bc54017137cbeba8e22bc5ef Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 27 Feb 2021 18:27:54 +0300 Subject: Use "system-switch-user" icon for "switch account" action --- qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } ] -- cgit v1.2.3-70-g09d2