mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2026-04-28 07:24:16 +02:00
Kde: Add sddm theme
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import QtQuick 2.5
|
||||
import QtQuick.VirtualKeyboard 2.1
|
||||
|
||||
InputPanel {
|
||||
id: inputPanel
|
||||
property bool activated: false
|
||||
active: activated && Qt.inputMethod.visible
|
||||
visible: active
|
||||
width: parent.width
|
||||
}
|
||||
Reference in New Issue
Block a user