Re-apply temp-limit

This commit is contained in:
Serge
2023-06-27 13:42:06 +02:00
parent 5b5cd0e97a
commit 1a12162ba1
9 changed files with 64 additions and 42 deletions

View File

@@ -22,12 +22,13 @@ namespace GHelper
Visible = true
};
public static AsusACPI? acpi;
public static AsusACPI acpi;
public static SettingsForm settingsForm = new SettingsForm();
public static ModeControl modeControl = new ModeControl();
public static GPUModeControl gpuControl = new GPUModeControl();
public static ScreenControl screenControl = new ScreenControl();
static GPUModeControl gpuControl = new GPUModeControl();
static ScreenControl screenControl = new ScreenControl();
public static ToastForm toast = new ToastForm();