PCE CDL - don't call restart in the constructor, the ToolManager will take care of that, still todo: a billion other tools do this
This commit is contained in:
parent
fb8a870607
commit
6ac789f5e8
|
@ -33,8 +33,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
TopMost = Global.Config.PceCdlSettings.TopMost;
|
||||
|
||||
Closing += (o, e) => SaveConfigSettings();
|
||||
|
||||
Restart();
|
||||
}
|
||||
|
||||
private void RefreshFloatingWindowControl()
|
||||
|
|
Loading…
Reference in New Issue