Remove Aerial-style desktop selector, make "Log in" button invisible

This commit is contained in:
2022-03-06 00:16:52 +01:00
parent 1c9f53bbb1
commit 463e0699de
2 changed files with 1 additions and 109 deletions

View File

@@ -113,6 +113,7 @@ SessionManagementScreen {
PlasmaComponents3.Button {
id: loginButton
visible: false
Accessible.name: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Log In")
Layout.preferredHeight: passwordBox.implicitHeight
Layout.preferredWidth: text.length == 0 ? loginButton.Layout.preferredHeight : -1