Merge pull request #813 from alaughlin/dock-border-radius

Dock: make border radius configurable
This commit is contained in:
Lemmy
2025-11-21 12:05:25 -05:00
committed by GitHub
4 changed files with 25 additions and 1 deletions
+1
View File
@@ -386,6 +386,7 @@ Singleton {
property bool enabled: true
property string displayMode: "always_visible" // "always_visible", "auto_hide", "exclusive"
property real backgroundOpacity: 1.0
property real radiusRatio: 0.1
property real floatingRatio: 1.0
property real size: 1
property bool onlySameOutput: true