systemusage: actually run gpu procs

This commit is contained in:
2 * r + 2 * t 2025-05-28 23:59:07 +08:00
parent ea573554d4
commit e8a2d861fb

View file

@ -56,6 +56,8 @@ Singleton {
meminfo.reload();
storage.running = true;
cpuTemp.running = true;
gpuUsage.running = true;
gpuTemp.running = true;
}
}