@ -197,7 +197,7 @@
IsReadOnly="True"
AutoScroll="True"
FontFamily="Consolas"
ItemHeight="20"
ItemHeight="22"
Foreground="White"
BorderThickness="0"
VerticalScrollBarVisibility="Auto"
@ -292,7 +292,7 @@ public partial class LaunchViewModel : ObservableObject
runningPackage = null;
SetProcessRunning(false);
ConsoleHistory?.Add(
$"{Environment.NewLine}Stopped process at {DateTimeOffset.Now}{Environment.NewLine}");
$"Stopped process at {DateTimeOffset.Now}");
ShowWebUiButton = false;
return Task.CompletedTask;
}