This commit is contained in:
Serge
2023-10-03 12:22:47 +02:00
parent 46bfda3ad5
commit 2d7009d8fb
3 changed files with 26 additions and 3 deletions

View File

@@ -265,6 +265,9 @@ namespace GHelper
settingsForm.FansToggle(2);
modeControl.SetRyzen();
break;
default:
Startup.StartupCheck();
break;
}
}
}