mirror of
https://github.com/n00mkrad/flowframes.git
synced 2026-09-01 19:51:28 +02:00
Notifications during queue processing only show once queue is done, not per video
This commit is contained in:
@@ -70,7 +70,10 @@ namespace Flowframes
|
||||
Program.mainForm.SetWorking(false);
|
||||
Logger.Log("Total processing time: " + FormatUtils.Time(sw.Elapsed));
|
||||
sw.Stop();
|
||||
OSUtils.ShowNotificationIfInBackground("Flowframes", $"Finished interpolation after {FormatUtils.Time(sw.Elapsed)}.");
|
||||
|
||||
if(!BatchProcessing.busy)
|
||||
OSUtils.ShowNotificationIfInBackground("Flowframes", $"Finished interpolation after {FormatUtils.Time(sw.Elapsed)}.");
|
||||
|
||||
Program.mainForm.InterpolationDone();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user