mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Re-apply temp-limit
This commit is contained in:
@@ -4,7 +4,6 @@ namespace GHelper.Display
|
||||
{
|
||||
public class ScreenControl
|
||||
{
|
||||
static SettingsForm settings = Program.settingsForm;
|
||||
public void AutoScreen(bool force = false)
|
||||
{
|
||||
if (force || AppConfig.Is("screen_auto"))
|
||||
@@ -82,9 +81,9 @@ namespace GHelper.Display
|
||||
AppConfig.Set("frequency", frequency);
|
||||
AppConfig.Set("overdrive", overdrive);
|
||||
|
||||
settings.Invoke(delegate
|
||||
Program.settingsForm.Invoke(delegate
|
||||
{
|
||||
settings.VisualiseScreen(
|
||||
Program.settingsForm.VisualiseScreen(
|
||||
screenEnabled: screenEnabled,
|
||||
screenAuto: screenAuto,
|
||||
frequency: frequency,
|
||||
|
||||
Reference in New Issue
Block a user