mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-26 06:20:24 +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()
|
||||
{
|
||||
FormThemes.ActivePreset = FormThemes.Preset.Dark;
|
||||
|
||||
InitializeComponent();
|
||||
|
||||
LoadConfig();
|
||||
}
|
||||
|
||||
public void Reload()
|
||||
|
|
Loading…
Reference in a new issue