File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -1190,6 +1190,12 @@ PlasmoidItem {
1190
1190
Utils .panelOpacity (panelElement, isEnabled, nativePanelBackgroundOpacity)
1191
1191
}
1192
1192
1193
+ onNativePanelBackgroundEnabledChanged: {
1194
+ if (! containmentItem) return
1195
+ Utils .toggleTransparency (containmentItem, nativePanelBackgroundEnabled)
1196
+ Utils .panelOpacity (panelElement, isEnabled, nativePanelBackgroundOpacity)
1197
+ }
1198
+
1193
1199
onFloatingDialogsChanged: {
1194
1200
setFloatigApplets ()
1195
1201
}
@@ -1249,11 +1255,6 @@ PlasmoidItem {
1249
1255
when: doPanelLengthFix
1250
1256
}
1251
1257
1252
- onNativePanelBackgroundEnabledChanged: {
1253
- if (! containmentItem) return
1254
- Utils .toggleTransparency (containmentItem, nativePanelBackgroundEnabled)
1255
- }
1256
-
1257
1258
onPanelLayoutCountChanged: {
1258
1259
if (panelLayoutCount === 0 ) return
1259
1260
console .error (" onPanelLayoutCountChanged" )
You can’t perform that action at this time.
0 commit comments