mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
GPU and Screen Controls
This commit is contained in:
@@ -8,7 +8,6 @@ namespace GHelper.Mode
|
||||
{
|
||||
|
||||
static SettingsForm settings = Program.settingsForm;
|
||||
static ToastForm toast = new ToastForm();
|
||||
|
||||
private static bool customFans = false;
|
||||
private static int customPower = 0;
|
||||
@@ -46,7 +45,7 @@ namespace GHelper.Mode
|
||||
if (AppConfig.Is("xgm_fan") && Program.acpi.IsXGConnected()) AsusUSB.ResetXGM();
|
||||
|
||||
if (notify)
|
||||
toast.RunToast(Modes.GetCurrentName(), SystemInformation.PowerStatus.PowerLineStatus == PowerLineStatus.Online ? ToastIcon.Charger : ToastIcon.Battery);
|
||||
Program.toast.RunToast(Modes.GetCurrentName(), SystemInformation.PowerStatus.PowerLineStatus == PowerLineStatus.Online ? ToastIcon.Charger : ToastIcon.Battery);
|
||||
|
||||
SetGPUClocks();
|
||||
AutoFans();
|
||||
|
||||
Reference in New Issue
Block a user