feat(bar): add a toggle for 1px exclusion zone

This commit is contained in:
SpeakingPNG
2026-03-04 15:04:32 +01:00
parent ba5f933c58
commit 4c2dba2e45
5 changed files with 23 additions and 2 deletions
+1
View File
@@ -184,6 +184,7 @@ Singleton {
property int widgetSpacing: 6
property int contentPadding: 2
property real fontScale: 1.0
property bool exclusionZoneOffset: false
// Bar background opacity settings
property real backgroundOpacity: 0.93