mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Minor fixes, Factory default profiles will apply immediately on click
This commit is contained in:
@@ -17,6 +17,8 @@ namespace GHelper
|
||||
|
||||
static System.Timers.Timer aTimer = default!;
|
||||
|
||||
public string perfName;
|
||||
|
||||
Fans fans;
|
||||
|
||||
public SettingsForm()
|
||||
@@ -66,7 +68,7 @@ namespace GHelper
|
||||
|
||||
SetTimer();
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -76,7 +78,8 @@ namespace GHelper
|
||||
{
|
||||
fans = new Fans();
|
||||
fans.Show();
|
||||
} else
|
||||
}
|
||||
else
|
||||
{
|
||||
fans.Close();
|
||||
}
|
||||
@@ -397,8 +400,6 @@ namespace GHelper
|
||||
public void SetPerformanceMode(int PerformanceMode = ASUSWmi.PerformanceBalanced, bool notify = false)
|
||||
{
|
||||
|
||||
string perfName;
|
||||
|
||||
buttonSilent.FlatAppearance.BorderSize = buttonInactive;
|
||||
buttonBalanced.FlatAppearance.BorderSize = buttonInactive;
|
||||
buttonTurbo.FlatAppearance.BorderSize = buttonInactive;
|
||||
|
||||
Reference in New Issue
Block a user