Settings: SystemMonitor tab, hidden for now, until it gets content.

This commit is contained in:
ItsLemmy
2025-11-13 09:13:03 -05:00
parent 8b0c615322
commit 278fbb7f76
13 changed files with 129 additions and 6 deletions
+16 -5
View File
@@ -77,6 +77,7 @@ SmartPanel {
Notifications,
ScreenRecorder,
SessionMenu,
SystemMonitor,
UserInterface,
Wallpaper
}
@@ -166,6 +167,10 @@ SmartPanel {
id: sessionMenuTab
SessionMenuTab {}
}
Component {
id: systemMonitorTab
SystemMonitorTab {}
}
// Order *DOES* matter
function updateTabsModel() {
@@ -249,16 +254,22 @@ SmartPanel {
"label": "settings.screen-recorder.title",
"icon": "settings-screen-recorder",
"source": screenRecorderTab
}, {
"id": SettingsPanel.Tab.Hooks,
"label": "settings.hooks.title",
"icon": "settings-hooks",
"source": hooksTab
}, {
"id": SettingsPanel.Tab.SessionMenu,
"label": "settings.session-menu.title",
"icon": "settings-session-menu",
"source": sessionMenuTab
}, // {
// "id": SettingsPanel.Tab.SystemMonitor,
// "label": "settings.system-monitor.title",
// "icon": "settings-system-monitor",
// "source": systemMonitorTab
// },
{
"id": SettingsPanel.Tab.Hooks,
"label": "settings.hooks.title",
"icon": "settings-hooks",
"source": hooksTab
}, {
"id": SettingsPanel.Tab.About,
"label": "settings.about.title",