Add Launcher settings, rename AppLauncher to Launcher

This commit is contained in:
Ly-sec 2025-08-21 15:26:33 +02:00
parent ae332b3f82
commit fac816137a
9 changed files with 133 additions and 30 deletions

View file

@ -20,6 +20,7 @@ NPanel {
About,
AudioService,
Bar,
Launcher,
Brightness,
ColorScheme,
Display,
@ -38,6 +39,10 @@ NPanel {
id: generalTab
Tabs.GeneralTab {}
}
Component {
id: launcherTab
Tabs.LauncherTab {}
}
Component {
id: barTab
Tabs.BarTab {}
@ -94,6 +99,11 @@ NPanel {
"label": "Bar",
"icon": "web_asset",
"source": barTab
}, {
"id": SettingsPanel.Tab.Launcher,
"label": "Launcher",
"icon": "apps",
"source": launcherTab
}, {
"id": SettingsPanel.Tab.AudioService,
"label": "Audio",