Minor fixes

This commit is contained in:
seerge
2023-04-02 11:56:59 +02:00
parent 75c397d7a4
commit 5d86c821f6
7 changed files with 49 additions and 31 deletions

View File

@@ -131,6 +131,7 @@ namespace GHelper
bool switched = settingsForm.AutoGPUMode();
if (!switched) settingsForm.AutoScreen();
settingsForm.AutoKeyboard();
settingsForm.SetMatrix();
}
@@ -139,7 +140,6 @@ namespace GHelper
if (SystemInformation.PowerStatus.PowerLineStatus == isPlugged) return;
Logger.WriteLine("Windows - Power Mode Changed");
settingsForm.AutoKeyboard();
SetAutoModes();
}