fix gpu name in resource popout

This commit is contained in:
2026-05-27 23:14:02 +02:00
parent 1a72757e41
commit 36fb925495
+1
View File
@@ -17,6 +17,7 @@ Singleton {
property var disks: []
property real gpuMemTotal: 0
property real gpuMemUsed
property string gpuName
property real gpuPerc
property real gpuTemp
readonly property string gpuType: Config.services.gpuType.toUpperCase() || autoGpuType