mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 02:54:20 +01:00
Removed extra config loading section
Should not be needed in WinProgs. Config will be loaded by this point
This commit is contained in:
parent
9445b4a120
commit
e0513f3f06
@ -33,15 +33,6 @@ namespace DS4Windows
|
||||
|
||||
public WinProgs(string[] oc, DS4Form main)
|
||||
{
|
||||
Global.FindConfigLocation();
|
||||
|
||||
if (Global.firstRun)
|
||||
{
|
||||
new SaveWhere(Global.multisavespots).ShowDialog();
|
||||
}
|
||||
|
||||
Global.Load();
|
||||
|
||||
InitializeComponent();
|
||||
openProgram.Filter = Properties.Resources.Programs+"|*.exe|" + Properties.Resources.Shortcuts + "|*.lnk";
|
||||
form = main;
|
||||
|
Loading…
Reference in New Issue
Block a user