mirror of
https://github.com/n00mkrad/flowframes.git
synced 2026-02-24 12:12:36 +01:00
Don't exit app when interp. is stopped and ShowConsole is true
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user