mirror of
https://github.com/Keyitdev/sddm-astronaut-theme.git
synced 2026-09-24 02:22:09 +00:00
Clean up: Removed import version specifiers, deleted redundant code, and fixed a bug with form positioning and blur.
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
// Copyright (C) 2022-2026 Keyitdev
|
||||
// Distributed under the GPLv3+ License https://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
import QtQuick 2.15
|
||||
import QtQuick.Controls 2.15
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
|
||||
Item {
|
||||
id: virtualKeyboardButtonRoot
|
||||
@@ -18,7 +18,7 @@ Item {
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
z: 1
|
||||
|
||||
visible: virtualKeyboard.status == Loader.Ready && config.HideVirtualKeyboard == "false"
|
||||
visible: virtualKeyboard.status == Loader.Ready && config.ShowVirtualKeyboard == "true"
|
||||
checkable: true
|
||||
onClicked: virtualKeyboard.switchState()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user