panel: Don't draw plasmoid background

This commit is contained in:
Devin Lin 2022-07-27 17:48:10 -04:00
parent f7de0bdd84
commit 775db10f9b

View file

@ -29,7 +29,7 @@ Item {
readonly property bool showingApp: visibleMaximizedWindowsModel.count > 0
readonly property color backgroundColor: topPanel.colorScopeColor
Plasmoid.backgroundHints: showingApp ? PlasmaCore.Types.StandardBackground : PlasmaCore.Types.NoBackground
Plasmoid.backgroundHints: PlasmaCore.Types.NoBackground
width: 480
height: PlasmaCore.Units.gridUnit