Reapply timer

This commit is contained in:
Serge
2024-04-01 14:55:00 +02:00
parent 6758bde975
commit 11e0dc2df3

View File

@@ -376,14 +376,9 @@ namespace GHelper.Mode
var restultAPU = SendCommand.set_apu_skin_temp_limit((uint)cpuTemp);
if (log) Logger.WriteLine($"APU Temp: {cpuTemp} {restultAPU}");
}
reapplyTimer.Enabled = AppConfig.IsMode("auto_uv");
}
else
{
reapplyTimer.Enabled = false;
}
}
public void SetUV(int cpuUV)