mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
remove devicenotifier
This commit is contained in:
parent
510a825b41
commit
fc640f9827
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ for (var j = 0; j < desktopsArray.length; j++) {
|
||||||
var panel = new Panel("org.kde.phone.panel");
|
var panel = new Panel("org.kde.phone.panel");
|
||||||
panel.addWidget("org.kde.phone.notifications");
|
panel.addWidget("org.kde.phone.notifications");
|
||||||
panel.addWidget("org.kde.plasma.mediacontroller");
|
panel.addWidget("org.kde.plasma.mediacontroller");
|
||||||
panel.addWidget("org.kde.plasma.devicenotifier");
|
|
||||||
panel.height = 1 * gridUnit;
|
panel.height = 1 * gridUnit;
|
||||||
|
|
||||||
var bottomPanel = new Panel("org.kde.phone.taskpanel");
|
var bottomPanel = new Panel("org.kde.phone.taskpanel");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue