mirror of
https://github.com/jkocon/g-helper.git
synced 2026-04-10 13:00:26 +02: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