Desktop is now always willing

This commit is contained in:
Ivan Čukić 2013-09-12 18:41:10 +02:00
parent 443216a29b
commit fe58688e09
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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