Merge pull request #2066 from SpeakingPNG/feat/configurable-exclusion-zone

Feat(bar): add a toggle for exclusion zone
This commit is contained in:
Lemmy
2026-03-10 20:07:05 -04:00
committed by GitHub
6 changed files with 25 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 enableExclusionZoneInset: true
// Bar background opacity settings
property real backgroundOpacity: 0.93