Assure gpu mode and refresh rate are set at startup

This commit is contained in:
seerge
2023-02-20 17:24:24 +01:00
parent 3778c255bc
commit 81a0019b42
3 changed files with 4 additions and 3 deletions

View File

@@ -349,9 +349,6 @@ namespace GHelper
}
Application.EnableVisualStyles();
Application.Run();
Program.config.setConfig("performance_mode", PerformanceMode);
try
{