Re-apply temp-limit

This commit is contained in:
Serge
2023-06-27 13:42:06 +02:00
parent 5b5cd0e97a
commit 1a12162ba1
9 changed files with 64 additions and 42 deletions

View File

@@ -17,7 +17,7 @@ namespace GHelper.Input
public static Keys keyProfile = Keys.F5;
public static Keys keyApp = Keys.F12;
static ModeControl modeControl = new ModeControl();
static ModeControl modeControl = Program.modeControl;
static ScreenControl screenControl = new ScreenControl();
KeyboardListener listener;