Desktop is now always willing
This commit is contained in:
parent
443216a29b
commit
fe58688e09
@ -27,7 +27,7 @@ Item {
|
||||
id: main
|
||||
|
||||
property string shell : "org.kde.blank"
|
||||
property bool willing : keyboards.count != 1
|
||||
property bool willing : false
|
||||
property int priority : 0
|
||||
|
||||
// This is not needed, but allows the
|
||||
|
@ -26,7 +26,7 @@ Item {
|
||||
id: main
|
||||
|
||||
property string shell : "org.kde.desktop"
|
||||
property bool willing : keyboards.count == 1
|
||||
property bool willing : true
|
||||
property int priority : 1
|
||||
|
||||
// This is not needed, but allows the
|
||||
|
Loading…
x
Reference in New Issue
Block a user