Don't exit app when interp. is stopped and ShowConsole is true

This commit is contained in:
N00MKRAD
2024-09-26 18:51:37 +02:00
parent 8824a17f32
commit dcbb70b603

View File

@@ -292,7 +292,7 @@ namespace Flowframes
Program.mainForm.SetTab(Program.mainForm.interpOptsTab.Name);
Logger.LogIfLastLineDoesNotContainMsg("Canceled interpolation.");
if(Cli.ShowConsole)
if(Cli.AutoRun)
Application.Exit();
if (!string.IsNullOrWhiteSpace(reason) && !noMsgBox)