mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
simplify
This commit is contained in:
parent
944f53ada7
commit
e8864872cf
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ PlasmaCore.ColorScope {
|
||||||
applet.fullRepresentationItem.parent = notificationsParent;
|
applet.fullRepresentationItem.parent = notificationsParent;
|
||||||
notificationsParent.applet = applet;
|
notificationsParent.applet = applet;
|
||||||
applet.fullRepresentationItem.anchors.fill = notificationsParent;
|
applet.fullRepresentationItem.anchors.fill = notificationsParent;
|
||||||
} else if (applet.pluginName != "org.kde.phone.quicksettings") {
|
} else {
|
||||||
applet.expanded = true
|
applet.expanded = true
|
||||||
applet.expanded = false
|
applet.expanded = false
|
||||||
quickSettings.addPlasmoid(applet, fullRepsLayout.count);
|
quickSettings.addPlasmoid(applet, fullRepsLayout.count);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue