Skip to content

Commit 9054b7a

Browse files
committed
fix: native background toggle
1 parent ef823c4 commit 9054b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/contents/ui/main.qml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PlasmoidItem {
3131
property bool hideWidget: plasmoid.configuration.hideWidget
3232
property bool fixedSidePaddingEnabled: isEnabled && panelSettings.padding.enabled
3333
property bool isEnabled: plasmoid.configuration.isEnabled
34-
property bool nativePanelBackgroundEnabled: (isEnabled ? cfg.nativePanelBackground.enabled : enabled) || doPanelClickFix
34+
property bool nativePanelBackgroundEnabled: (isEnabled ? cfg.nativePanelBackground.enabled : true) || doPanelClickFix
3535
property real nativePanelBackgroundOpacity: isEnabled ? cfg.nativePanelBackground.opacity : 1.0
3636
property var panelWidgets: []
3737
property int panelWidgetsCount: panelWidgets?.length || 0

0 commit comments

Comments
 (0)