Dock: behave the same as bar (shows on all displays if no display is selected)

DockTab: add Enable toggle (default true)
SetupDockStep: add Dock settings to setup wizard
SetupWizard: add SetupDockStep
i18n: add dock translations
This commit is contained in:
Ly-sec
2025-10-30 14:15:23 +01:00
parent c0e5d7d419
commit 8a78d8cb34
12 changed files with 257 additions and 4 deletions
+10 -2
View File
@@ -23,7 +23,7 @@ NPanel {
draggable: false
property int currentStep: 0
property int totalSteps: 4
property int totalSteps: 5
// Setup wizard data
property string selectedWallpaperDirectory: Settings.defaultWallpapersDirectory
@@ -214,7 +214,12 @@ NPanel {
}
}
// Step 3: Appearance - Dark mode and color source
// Step 3: Dock Setup
SetupDockStep {
id: stepDock
}
// Step 4: Appearance - Dark mode and color source
SetupAppearanceStep {
id: step3
}
@@ -248,6 +253,9 @@ NPanel {
}, {
"icon": "settings",
"label": "Customize"
}, {
"icon": "device-desktop",
"label": "Dock"
}, {
"icon": "palette",
"label": "Appearance"