Reduce unnecessary image load

This commit is contained in:
Vic 2023-04-22 17:08:11 +08:00
parent cf10a4a176
commit 10d1410c5e

View file

@ -615,7 +615,7 @@ namespace Flow.Launcher.ViewModel
public void ResetPreview()
{
if (Settings.AlwaysPreview == true)
if (Settings.AlwaysPreview == true && !PreviewVisible)
{
ShowInternalPreview();
}