force show of panel background in !compositing

--force the panel background showing when !compositing
is active independent of the users choice concerning
show/or not the panel background
v0.7
Michail Vourlakos 7 years ago
parent 9bd8589f78
commit 0835fd7b4d

@ -103,7 +103,7 @@ DragDrop.DropArea {
//has been dropped from the Dock Configuration Window
//property bool smallAutomaticIconJumps: plasmoid.configuration.smallAutomaticIconJumps
property bool smallAutomaticIconJumps: true
property bool useThemePanel: noApplets === 0 ? true : plasmoid.configuration.useThemePanel
property bool useThemePanel: noApplets === 0 || !Latte.WindowSystem.compositingActive ? true : plasmoid.configuration.useThemePanel
property alias hoveredIndex: layoutsContainer.hoveredIndex

Loading…
Cancel
Save