Dock: replace visibility toggles with NCombobox (to avoid unwanted

behaviour)
This commit is contained in:
Ly-sec
2025-10-05 10:32:23 +02:00
parent c15faa3727
commit 77f1ef8893
10 changed files with 66 additions and 60 deletions
+1 -2
View File
@@ -250,8 +250,7 @@ Singleton {
// dock
property JsonObject dock: JsonObject {
property bool autoHide: false
property bool exclusive: false
property string displayMode: "always_visible" // "always_visible", "auto_hide", "exclusive"
property real backgroundOpacity: 1.0
property real floatingRatio: 1.0
property bool onlySameOutput: true