GPU Power tweaks

This commit is contained in:
Serge
2024-02-29 15:54:09 +01:00
parent 1e3a16ae45
commit 3b9f8de0ab
4 changed files with 12 additions and 7 deletions

View File

@@ -1125,7 +1125,8 @@ namespace GHelper
AppConfig.SetMode("gpu_boost", trackGPUBoost.Value);
AppConfig.SetMode("gpu_temp", trackGPUTemp.Value);
AppConfig.SetMode("gpu_power", trackGPUPower.Value);
AppConfig.RemoveMode("gpu_power");
AppConfig.SetMode("gpu_core", trackGPUCore.Value);
AppConfig.SetMode("gpu_memory", trackGPUMemory.Value);