mirror of
https://github.com/Keyitdev/sddm-astronaut-theme.git
synced 2026-09-24 02:22:09 +00:00
First commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
// SDDM Sugar Candy is free software: you can redistribute it and/or modify it
|
||||
// under the terms of the GNU General Public License as published by the
|
||||
// Free Software Foundation, either version 3 of the License, or any later version.
|
||||
// Config created by https://github.com/MarianArlt
|
||||
// Config modified by keyitdev https://github.com/keyitdev
|
||||
|
||||
import QtQuick 2.11
|
||||
import QtQuick.VirtualKeyboard 2.3
|
||||
|
||||
InputPanel {
|
||||
id: virtualKeyboard
|
||||
property bool activated: false
|
||||
active: activated && Qt.inputMethod.visible
|
||||
visible: active
|
||||
}
|
||||
Reference in New Issue
Block a user