make true the default value

This commit is contained in:
SpeakingPNG
2026-03-04 16:51:12 +01:00
parent 83c962592c
commit 93fcf5afe9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
"backgroundOpacity": 0.93,
"useSeparateOpacity": false,
"floating": false,
"exclusionZoneOffset": false,
"exclusionZoneOffset": true,
"marginVertical": 4,
"marginHorizontal": 4,
"frameThickness": 8,
+1 -1
View File
@@ -184,7 +184,7 @@ Singleton {
property int widgetSpacing: 6
property int contentPadding: 2
property real fontScale: 1.0
property bool exclusionZoneOffset: false
property bool exclusionZoneOffset: true
// Bar background opacity settings
property real backgroundOpacity: 0.93