Settings: New Dock tab.

This commit is contained in:
LemmyCook
2025-09-11 23:31:40 -04:00
parent 6f70a98b83
commit c5ca758d3e
6 changed files with 99 additions and 76 deletions
+10 -1
View File
@@ -26,6 +26,7 @@ NPanel {
About,
Audio,
Bar,
Dock,
Hooks,
Launcher,
Brightness,
@@ -67,7 +68,6 @@ NPanel {
id: barTab
Tabs.BarTab {}
}
Component {
id: audioTab
Tabs.AudioTab {}
@@ -112,6 +112,10 @@ NPanel {
id: hooksTab
Tabs.HooksTab {}
}
Component {
id: dockTab
Tabs.DockTab {}
}
// Order *DOES* matter
function updateTabsModel() {
@@ -125,6 +129,11 @@ NPanel {
"label": "Bar",
"icon": "settings-bar",
"source": barTab
}, {
"id": SettingsPanel.Tab.Dock,
"label": "Dock",
"icon": "settings-dock",
"source": dockTab
}, {
"id": SettingsPanel.Tab.Launcher,
"label": "Launcher",