mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
the shell manager is braindamaged, so just lower the priority to 10
This commit is contained in:
parent
dd2ea9a18c
commit
af6721da33
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ Item {
|
||||||
|
|
||||||
property string shell : "org.kde.satellite.phone"
|
property string shell : "org.kde.satellite.phone"
|
||||||
property bool willing : true
|
property bool willing : true
|
||||||
property int priority : 0
|
property int priority : 10
|
||||||
|
|
||||||
// This is not needed, but allows the
|
// This is not needed, but allows the
|
||||||
// handler to know whether its shell is loaded
|
// handler to know whether its shell is loaded
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue