dock: add back enable config option now that it works properly

This commit is contained in:
end-4
2025-07-02 13:44:05 +02:00
parent c00d2a5b50
commit 59ef5ac390
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -132,10 +132,11 @@ Singleton {
}
property JsonObject dock: JsonObject {
property bool enable: false
property real height: 60
property real hoverRegionHeight: 3
property bool pinnedOnStartup: false
property bool hoverToReveal: false // When false, only reveals on empty workspace
property bool hoverToReveal: true // When false, only reveals on empty workspace
property list<string> pinnedApps: [ // IDs of pinned entries
"org.kde.dolphin", "kitty",]
}