Add Launcher settings, rename AppLauncher to Launcher
This commit is contained in:
parent
ae332b3f82
commit
fac816137a
9 changed files with 133 additions and 30 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue