mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Merge pull request #2512 from Mondotosz/main
fix(ipc): added missing entry to Control settingsTabMap
This commit is contained in:
@@ -104,7 +104,8 @@ Singleton {
|
||||
"system": SettingsPanel.Tab.System,
|
||||
"systemmonitor": SettingsPanel.Tab.System,
|
||||
"userinterface": SettingsPanel.Tab.UserInterface,
|
||||
"wallpaper": SettingsPanel.Tab.Wallpaper
|
||||
"wallpaper": SettingsPanel.Tab.Wallpaper,
|
||||
"idle": SettingsPanel.Tab.Idle
|
||||
})
|
||||
|
||||
function _parseSettingsTabArg(tabArg) {
|
||||
|
||||
Reference in New Issue
Block a user