Minor UI/UX fixes and improvements related to resuming

This commit is contained in:
n00mkrad
2021-09-30 19:57:59 +02:00
parent f2451e2174
commit c7a2656b85
3 changed files with 5 additions and 6 deletions

View File

@@ -58,6 +58,9 @@ namespace Flowframes.Ui
await Task.Delay(10);
InterpolationProgress.SetPreviewImg(await GetThumbnail(path));
if(AutoEncodeResume.resumeNextRun)
Logger.Log($"Incomplete interpolation detected. Flowframes will resume the interpolation.");
if (start)
Program.mainForm.runBtn_Click(null, null);