We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef823c4 commit 9054b7aCopy full SHA for 9054b7a
package/contents/ui/main.qml
@@ -31,7 +31,7 @@ PlasmoidItem {
31
property bool hideWidget: plasmoid.configuration.hideWidget
32
property bool fixedSidePaddingEnabled: isEnabled && panelSettings.padding.enabled
33
property bool isEnabled: plasmoid.configuration.isEnabled
34
- property bool nativePanelBackgroundEnabled: (isEnabled ? cfg.nativePanelBackground.enabled : enabled) || doPanelClickFix
+ property bool nativePanelBackgroundEnabled: (isEnabled ? cfg.nativePanelBackground.enabled : true) || doPanelClickFix
35
property real nativePanelBackgroundOpacity: isEnabled ? cfg.nativePanelBackground.opacity : 1.0
36
property var panelWidgets: []
37
property int panelWidgetsCount: panelWidgets?.length || 0
0 commit comments