mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user