mirror of
https://github.com/Keyitdev/sddm-astronaut-theme.git
synced 2026-09-24 02:22:09 +00:00
Fix: fixed array out of range in system buttons, added ability to bypass checks.
This commit is contained in:
@@ -384,9 +384,8 @@ Column {
|
||||
height: root.font.pointSize * 9
|
||||
width: parent.width / 2
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
visible: config.HideLoginButton == "true" ? false : true
|
||||
visible: config.HideLoginButton == "true" ? false : true
|
||||
Button {
|
||||
|
||||
id: loginButton
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
|
||||
Reference in New Issue
Block a user