diff --git a/sddm-theme/Main.qml b/sddm-theme/Main.qml --- a/sddm-theme/Main.qml +++ b/sddm-theme/Main.qml @@ -195,7 +195,7 @@ visible: !inputPanel.keyboardActive }, ActionButton { - iconSource: "system-switch-user" + iconSource: "system-user-prompt" text: i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "For switching to a username and password prompt", "Other...") onClicked: mainStack.push(userPromptComponent) enabled: true @@ -368,7 +368,7 @@ visible: !inputPanel.keyboardActive }, ActionButton { - iconSource: "system-switch-user" + iconSource: "system-user-list" text: i18nd("plasma_lookandfeel_org.kde.lookandfeel","List Users") onClicked: mainStack.pop() visible: !inputPanel.keyboardActive