PowerControl: Improve handling of ? settings

This commit is contained in:
Kamil Trzciński 2023-01-12 23:01:01 +01:00
parent 02d68af216
commit d1546d1dc8
4 changed files with 18 additions and 2 deletions

View file

@ -32,6 +32,7 @@ namespace PowerControl.Options
switch (selected.ToString())
{
case "?":
case "Default":
sd.MinCPUClock = 1400;
sd.MaxCPUClock = 3500;