dont count latte plasmoid as expanded

--this solves making the dock background fully shown
with no transparency at all when a task in the plasmoid
needed attention.
v0.7
Michail Vourlakos 7 years ago
parent 124f47373c
commit cefb0bcde5

@ -82,7 +82,7 @@ DragDrop.DropArea {
&& !(hasExpandedApplet && zoomFactor===1 && plasmoid.configuration.panelSize===100)
readonly property bool hasExpandedApplet: plasmoid.applets.some(function (item) {
return (item.status >= PlasmaCore.Types.NeedsAttentionStatus
return (item.status >= PlasmaCore.Types.NeedsAttentionStatus && item.pluginName !== root.plasmoidName
&& item.status !== PlasmaCore.Types.HiddenStatus);
})

Loading…
Cancel
Save