GeneralTab: add missing import

SetupWizard: move setup steps around
This commit is contained in:
Ly-sec
2025-11-09 10:18:23 +01:00
parent 14a5bbb45d
commit fe3840b95a
2 changed files with 11 additions and 10 deletions
@@ -4,6 +4,7 @@ import QtQuick.Layouts
import Quickshell
import qs.Commons
import qs.Services.System
import qs.Services.UI
import qs.Widgets
ColumnLayout {
+10 -10
View File
@@ -182,7 +182,12 @@ SmartPanel {
}
}
// Step 2: UI Configuration
// Step 2: Appearance - Dark mode and color source
SetupAppearanceStep {
id: step3
}
// Step 3: UI Configuration
SetupCustomizeStep {
id: step2
selectedScaleRatio: root.selectedScaleRatio
@@ -197,15 +202,10 @@ SmartPanel {
}
}
// Step 3: Dock Setup
// Step 4: Dock Setup
SetupDockStep {
id: stepDock
}
// Step 4: Appearance - Dark mode and color source
SetupAppearanceStep {
id: step3
}
}
}
@@ -233,15 +233,15 @@ SmartPanel {
}, {
"icon": "image",
"label": "Wallpaper"
}, {
"icon": "palette",
"label": "Appearance"
}, {
"icon": "settings",
"label": "Customize"
}, {
"icon": "device-desktop",
"label": "Dock"
}, {
"icon": "palette",
"label": "Appearance"
}]
delegate: RowLayout {
spacing: Style.marginS