Added log cleanup

This commit is contained in:
seerge
2023-03-14 14:21:20 +01:00
parent 89d7930323
commit a6cfc91de2
4 changed files with 30 additions and 19 deletions

View File

@@ -988,9 +988,10 @@ namespace GHelper
changed = true;
}
if (changed) {
if (changed)
{
Program.config.setConfig("gpu_mode", GPUMode);
HardwareMonitor.RecreateGpuTemperatureProviderWithRetry();
}