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:
Mondotosz
2026-04-21 11:39:18 +02:00
parent fc43ab5c38
commit f7932c45e3
+2 -1
View File
@@ -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) {