SystemMonitor: add GPU temperature option

This commit is contained in:
Ly-sec 2025-09-10 13:17:35 +02:00
parent d16d1c1d26
commit d39a9a85bf
6 changed files with 175 additions and 2 deletions

View file

@ -81,6 +81,7 @@ Singleton {
"allowUserSettings": true,
"showCpuUsage": true,
"showCpuTemp": true,
"showGpuTemp": false,
"showMemoryUsage": true,
"showMemoryAsPercent": false,
"showNetworkStats": false,