aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qml/main.qml2
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)
}
]