Skip to content

Commit 35c1f2d

Browse files
committed
fix flute run not respecting UseConPty setting
fixes #941
1 parent 4c5e136 commit 35c1f2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FluentTerminal.App/App.xaml.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,8 @@ private async Task ParseCommandLineArgumentsAsync(object verb, CommandLineActiva
279279
Id = Guid.Empty,
280280
Location = null,
281281
Arguments = runVerb.Command,
282-
WorkingDirectory = runVerb.Directory
282+
WorkingDirectory = runVerb.Directory,
283+
UseConPty = _settingsService.GetApplicationSettings().UseConPty
283284
};
284285

285286
if (runVerb.SmartBuffer.HasValue)

0 commit comments

Comments
 (0)