mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-17 00:47:48 +01:00
Retry GetFrameCountCached up to 3x, clear cmd output caches on new file
This commit is contained in:
@@ -23,6 +23,9 @@ namespace Flowframes.Ui
|
||||
Program.mainForm.ResetInputInfo();
|
||||
string path = inputTbox.Text.Trim();
|
||||
|
||||
GetFrameCountCached.Clear();
|
||||
GetMediaResolutionCached.Clear();
|
||||
|
||||
if (Config.GetBool(Config.Key.clearLogOnInput))
|
||||
Logger.ClearLogBox();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user