Removed obsolete encoding settings, fixed VS frame extension

This commit is contained in:
n00mkrad
2023-02-15 18:25:41 +01:00
parent 4fce4a566b
commit 46d3edb4e4
10 changed files with 22 additions and 468 deletions

View File

@@ -32,7 +32,7 @@ namespace Flowframes.Main
Logger.ClearLogBox();
stopped = false;
Program.mainForm.SetTab("preview");
Program.mainForm.SetTab(Program.mainForm.previewTab.Name);
int initTaskCount = Program.batchQueue.Count;
for (int i = 0; i < initTaskCount; i++)
@@ -60,7 +60,7 @@ namespace Flowframes.Main
OsUtils.ShowNotificationIfInBackground("Flowframes Queue", "Finished queue processing.");
SetBusy(false);
Program.mainForm.SetWorking(false);
Program.mainForm.SetTab("interpolation");
Program.mainForm.SetTab(Program.mainForm.interpOptsTab.Name);
Program.mainForm.CompletionAction();
}

View File

@@ -273,7 +273,7 @@ namespace Flowframes
AutoEncode.busy = false;
Program.mainForm.SetWorking(false);
Program.mainForm.SetTab("interpolation");
Program.mainForm.SetTab(Program.mainForm.interpOptsTab.Name);
Logger.LogIfLastLineDoesNotContainMsg("Canceled interpolation.");
if (!string.IsNullOrWhiteSpace(reason) && !noMsgBox)