mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23: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;
|
||||
notificationsParent.applet = applet;
|
||||
applet.fullRepresentationItem.anchors.fill = notificationsParent;
|
||||
} else if (applet.pluginName != "org.kde.phone.quicksettings") {
|
||||
} else {
|
||||
applet.expanded = true
|
||||
applet.expanded = false
|
||||
quickSettings.addPlasmoid(applet, fullRepsLayout.count);
|
||||
|
|
|
|||
Loading…
Reference in a new issue