@ -101,6 +101,13 @@ DragDrop.DropArea {
property bool forceColorizer: Latte . WindowSystem . compositingActive && plasmoid . configuration . colorizeTransparentPanels
property bool maximizedWindowTitleBarBehavesAsPanelBackground: dock && dock . visibility
&& ( ! plasmoid . configuration . solidBackgroundForMaximized && plasmoid . configuration . backgroundOnlyOnMaximized )
&& ( dock . visibility . mode === Latte . Dock . WindowsGoBelow )
&& ( plasmoid . location === PlasmaCore . Types . TopEdge )
&& ( ! useThemePanel || panelTransparency < 40 )
&& dock . visibility . existsWindowMaximized
readonly property bool hasExpandedApplet: plasmoid . applets . some ( function ( item ) {
return ( item . status >= PlasmaCore . Types . NeedsAttentionStatus && item . pluginName !== root . plasmoidName
&& item . status !== PlasmaCore . Types . HiddenStatus ) ;
@ -1758,6 +1765,7 @@ DragDrop.DropArea {
/ / ! w h e n f o r c e S e m i T r a n s p a r e n t P a n e l i s e n a b l e d b e c a u s e o f s n a p p e d o r m a x i m i z e d e t c . w i n d o w s
/ / ! t h e n t h e c o l o r i z e r c o u l d b e e n a b l e d f o r l o w p a n e l t r a n s p a r e n c y l e v e l s ( < 4 0 % )
&& ( ! forceSemiTransparentPanel || ( forceSemiTransparentPanel && root . panelTransparency < 40 ) )
&& ! maximizedWindowTitleBarBehavesAsPanelBackground
&& ( plasmoid . configuration . solidBackgroundForMaximized || plasmoid . configuration . backgroundOnlyOnMaximized )
&& ! root . editMode && Latte . WindowSystem . compositingActive