mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 17:54:45 +00:00
switch to desktop notifications applet
This commit is contained in:
parent
e14c8aeba3
commit
d44fe62c14
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ 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.plasma.notifications");
|
||||||
panel.addWidget("org.kde.plasma.mediacontroller");
|
panel.addWidget("org.kde.plasma.mediacontroller");
|
||||||
panel.height = 1 * gridUnit;
|
panel.height = 1 * gridUnit;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue