mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix(ipc): added missing entry to Control settingsTabMap
fixed the following call by adding the missing idle entry ``` qs -c noctalia-shell ipc call settings openTab idle ```
This commit is contained in:
@@ -104,7 +104,8 @@ Singleton {
|
|||||||
"system": SettingsPanel.Tab.System,
|
"system": SettingsPanel.Tab.System,
|
||||||
"systemmonitor": SettingsPanel.Tab.System,
|
"systemmonitor": SettingsPanel.Tab.System,
|
||||||
"userinterface": SettingsPanel.Tab.UserInterface,
|
"userinterface": SettingsPanel.Tab.UserInterface,
|
||||||
"wallpaper": SettingsPanel.Tab.Wallpaper
|
"wallpaper": SettingsPanel.Tab.Wallpaper,
|
||||||
|
"idle": SettingsPanel.Tab.Idle
|
||||||
})
|
})
|
||||||
|
|
||||||
function _parseSettingsTabArg(tabArg) {
|
function _parseSettingsTabArg(tabArg) {
|
||||||
|
|||||||
Reference in New Issue
Block a user