Resolution change fix attempt

This commit is contained in:
seerge
2023-02-24 19:06:38 +01:00
parent d02703cf1c
commit a777929070
2 changed files with 2 additions and 2 deletions

View File

@@ -202,8 +202,8 @@ namespace GHelper
case 88: // Plugged
settingsForm.BeginInvoke(delegate
{
settingsForm.AutoGPUMode(1);
settingsForm.AutoScreen(1);
settingsForm.AutoGPUMode(1);
});
return;