dock: remove user config option because it doesn't work

(just use enableDock in shell.qml)
This commit is contained in:
end-4
2025-06-09 12:23:58 +02:00
parent 8e1f28b11a
commit fa2723a54d
2 changed files with 1 additions and 2 deletions
@@ -53,7 +53,6 @@ Singleton {
}
property QtObject dock: QtObject {
property bool enable: false
property real height: 60
property real hoverRegionHeight: 3
property bool pinnedOnStartup: false