Fix: fixed array out of range in system buttons, added ability to bypass checks.

This commit is contained in:
Keyitdev
2024-12-23 16:10:54 +01:00
parent 8ac616a827
commit 7123e3870b
2 changed files with 4 additions and 23 deletions
+1 -2
View File
@@ -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