mirror of
https://github.com/GittyMac/OpenFK.git
synced 2026-08-22 17:56:08 -05:00
chore: Add MBRun to FSGUI launch
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user