mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Auto theme change
This commit is contained in:
@@ -17,16 +17,15 @@ namespace GHelper
|
||||
|
||||
public string perfName = "Balanced";
|
||||
|
||||
Fans fans;
|
||||
Keyboard keyb;
|
||||
public Fans fans;
|
||||
public Keyboard keyb;
|
||||
|
||||
static AnimeMatrixDevice mat;
|
||||
|
||||
public SettingsForm()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
ControlHelper.Adjust(this, 2, darkTheme);
|
||||
InitTheme();
|
||||
|
||||
FormClosing += SettingsForm_FormClosing;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user