Removed notification if XGM toggle happens via hotkey

This commit is contained in:
Serge
2024-01-21 18:23:01 +01:00
parent 5b96757939
commit d635dc275f
2 changed files with 12 additions and 4 deletions

View File

@@ -372,7 +372,7 @@ namespace GHelper.Input
SetBrightness(10);
break;
case Keys.F3:
Program.settingsForm.gpuControl.ToggleXGM();
Program.settingsForm.gpuControl.ToggleXGM(true);
break;
case Keys.F14:
Program.settingsForm.gpuControl.SetGPUMode(AsusACPI.GPUModeEco);