HDR Detection / Multi-Zone switch improvements https://github.com/seerge/g-helper/issues/1319

This commit is contained in:
Serge
2023-09-19 12:52:35 +02:00
parent 524b84fc38
commit 9c0cd15115
6 changed files with 397 additions and 5 deletions

View File

@@ -29,9 +29,9 @@ namespace GHelper
public static SettingsForm settingsForm = new SettingsForm();
public static ModeControl modeControl = new ModeControl();
static GPUModeControl gpuControl = new GPUModeControl(settingsForm);
static ScreenControl screenControl = new ScreenControl();
static ClamshellModeControl clamshellControl = new ClamshellModeControl();
public static GPUModeControl gpuControl = new GPUModeControl(settingsForm);
public static ScreenControl screenControl = new ScreenControl();
public static ClamshellModeControl clamshellControl = new ClamshellModeControl();
public static ToastForm toast = new ToastForm();