mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Minior tweaks
This commit is contained in:
@@ -116,9 +116,9 @@ namespace GHelper.Mode
|
||||
}
|
||||
|
||||
|
||||
public void CyclePerformanceMode()
|
||||
public void CyclePerformanceMode(bool back = false)
|
||||
{
|
||||
SetPerformanceMode(Modes.GetNext(Control.ModifierKeys == Keys.Shift), true);
|
||||
SetPerformanceMode(Modes.GetNext(back), true);
|
||||
}
|
||||
|
||||
public void AutoFans(bool force = false)
|
||||
|
||||
Reference in New Issue
Block a user