UI Tweaks

This commit is contained in:
Serge
2024-03-08 09:48:46 +01:00
parent f749bfc888
commit a05eaea343
9 changed files with 274 additions and 250 deletions

View File

@@ -9,6 +9,7 @@ namespace GHelper.Gpu
public class GPUModeControl
{
SettingsForm settings;
ScreenControl screenControl = new ScreenControl();
public static int gpuMode;
public static bool? gpuExists = null;
@@ -158,7 +159,7 @@ namespace GHelper.Gpu
settings.Invoke(delegate
{
InitGPUMode();
ScreenControl.AutoScreen();
screenControl.AutoScreen();
});
if (eco == 0)