Skip to content

Commit f7932c4

Browse files
committed
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 ```
1 parent fc43ab5 commit f7932c4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Services/Control/IPCService.qml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ Singleton {
104104
"system": SettingsPanel.Tab.System,
105105
"systemmonitor": SettingsPanel.Tab.System,
106106
"userinterface": SettingsPanel.Tab.UserInterface,
107-
"wallpaper": SettingsPanel.Tab.Wallpaper
107+
"wallpaper": SettingsPanel.Tab.Wallpaper,
108+
"idle": SettingsPanel.Tab.Idle
108109
})
109110

110111
function _parseSettingsTabArg(tabArg) {

0 commit comments

Comments
 (0)