slight changes

This commit is contained in:
Zacharias-Brohn
2026-03-11 19:47:14 +01:00
parent bab596850b
commit 646605cc9b
3 changed files with 89 additions and 57 deletions
+11 -1
View File
@@ -79,12 +79,22 @@ Singleton {
onTriggered: {
stat.reload();
meminfo.reload();
storage.running = true;
if (root.gpuType === "GENERIC")
gpuUsage.running = true;
}
}
Timer {
interval: 60000 * 120
repeat: true
running: true
triggeredOnStart: true
onTriggered: {
storage.running = true;
}
}
Timer {
interval: Config.dashboard.resourceUpdateInterval * 5
repeat: true