--- a/lookandfeel/sddm-theme/Main.qml +++ b/lookandfeel/sddm-theme/Main.qml @@ -229,14 +229,6 @@ PlasmaCore.ColorScope { fontSize: parseInt(config.fontSize) + 1 onClicked: sddm.powerOff() enabled: sddm.canPowerOff - }, - ActionButton { - iconSource: "system-user-prompt" - text: i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "For switching to a username and password prompt", "Other…") - fontSize: parseInt(config.fontSize) + 1 - onClicked: mainStack.push(userPromptComponent) - enabled: true - visible: !userListComponent.showUsernamePrompt }] onLoginRequest: { @@ -431,7 +423,7 @@ PlasmaCore.ColorScope { ] } - Component { +/* Component { id: userPromptComponent Login { showUsernamePrompt: true @@ -487,7 +479,7 @@ PlasmaCore.ColorScope { } ] } - } + }*/ DropShadow { id: logoShadow