mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-29 16:00:32 +00:00
Form loading adjustments
This commit is contained in:
parent
dfb41d0d80
commit
81326b61f0
1 changed files with 4 additions and 0 deletions
|
@ -48,7 +48,11 @@ namespace Toolbox
|
||||||
|
|
||||||
public MainForm()
|
public MainForm()
|
||||||
{
|
{
|
||||||
|
FormThemes.ActivePreset = FormThemes.Preset.Dark;
|
||||||
|
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
|
|
||||||
|
LoadConfig();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Reload()
|
public void Reload()
|
||||||
|
|
Loading…
Reference in a new issue