mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-23 03:39:26 +01:00
Removed debug print
This commit is contained in:
@@ -164,7 +164,6 @@ namespace Flowframes.Main
|
||||
{
|
||||
if (bigPreviewForm == null && !preview.Visible /* ||Program.mainForm.WindowState != FormWindowState.Minimized */ /* || !Program.mainForm.IsInFocus()*/) return; // Skip if the preview is not visible or the form is not in focus
|
||||
if (timeSinceLastPreviewUpdate.IsRunning && timeSinceLastPreviewUpdate.ElapsedMilliseconds < previewUpdateRateMs) return;
|
||||
Logger.Log("Updating preview", true);
|
||||
Image img = IOUtils.GetImage(latestFramePath);
|
||||
SetPreviewImg(img);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user