mirror of
https://github.com/GittyMac/OpenFK.git
synced 2026-03-21 17:44:31 -05:00
chore: Add MBRun to FSGUI launch
This commit is contained in:
parent
81ff2719eb
commit
7e1614ba26
|
|
@ -62,7 +62,7 @@ namespace OpenFK.OFK.Core
|
|||
|
||||
if (File.Exists(Directory.GetCurrentDirectory() + @"\FunkeySelectorGUI.exe"))
|
||||
{
|
||||
Process.Start(Directory.GetCurrentDirectory() + @"\FunkeySelectorGUI.exe");
|
||||
Process.Start(Directory.GetCurrentDirectory() + @"\FunkeySelectorGUI.exe", "-MBRun");
|
||||
Thread.Sleep(500);
|
||||
ShowGUI();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user