mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-17 23:56:05 +02:00
Move windows terminal option
This commit is contained in:
parent
6849184cbf
commit
45a5978611
5 changed files with 26 additions and 9 deletions
|
@ -6525,7 +6525,7 @@ namespace IDE
|
|||
|
||||
ProcessStartInfo procInfo = scope ProcessStartInfo();
|
||||
procInfo.UseShellExecute = true;
|
||||
procInfo.SetFileName(gApp.mSettings.mEditorSettings.mDefaultConsole);
|
||||
procInfo.SetFileName(gApp.mSettings.mWindowsTerminal);
|
||||
procInfo.SetWorkingDirectory(directory);
|
||||
|
||||
let process = scope SpawnedProcess();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue