From dcbb70b60343d908ad02abfcea22be74ed05dac0 Mon Sep 17 00:00:00 2001 From: N00MKRAD <61149547+n00mkrad@users.noreply.github.com> Date: Thu, 26 Sep 2024 18:51:37 +0200 Subject: [PATCH] Don't exit app when interp. is stopped and ShowConsole is true --- CodeLegacy/Main/Interpolate.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodeLegacy/Main/Interpolate.cs b/CodeLegacy/Main/Interpolate.cs index 75b9d3a..9f7656c 100644 --- a/CodeLegacy/Main/Interpolate.cs +++ b/CodeLegacy/Main/Interpolate.cs @@ -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)