fix: make GPU type config optional
This commit is contained in:
parent
b27fb0b079
commit
589af00394
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ Singleton {
|
||||||
|
|
||||||
property real cpuPerc
|
property real cpuPerc
|
||||||
property real cpuTemp
|
property real cpuTemp
|
||||||
readonly property string gpuType: Config.services.gpuType.toUpperCase() || autoGpuType
|
readonly property string gpuType: Config.services.gpuType?.toUpperCase() || autoGpuType
|
||||||
property string autoGpuType: "NONE"
|
property string autoGpuType: "NONE"
|
||||||
property real gpuPerc
|
property real gpuPerc
|
||||||
property real gpuTemp
|
property real gpuTemp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue