mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-25 12:49:26 +01:00
Frame counting is reliable now
This commit is contained in:
@@ -19,6 +19,7 @@ namespace Flowframes.Ui
|
||||
{
|
||||
public static async Task InitInput (TextBox outputTbox, TextBox inputTbox, TextBox fpsInTbox, bool start = false)
|
||||
{
|
||||
|
||||
Program.mainForm.SetTab("interpolate");
|
||||
Program.mainForm.ResetInputInfo();
|
||||
string path = inputTbox.Text.Trim();
|
||||
|
||||
@@ -85,6 +85,12 @@ namespace Flowframes.Ui
|
||||
{
|
||||
Logger.Log($"MessageBox: {text} ({type}){(BatchProcessing.busy ? "[Batch Mode - Will not display messagebox]" : "")}", true);
|
||||
|
||||
if (BatchProcessing.busy)
|
||||
{
|
||||
Logger.Log(text);
|
||||
return new DialogResult();
|
||||
}
|
||||
|
||||
if (BatchProcessing.busy)
|
||||
return new DialogResult();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user