mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Re-apply temp-limit
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user