mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Reduce unnecessary image load
This commit is contained in:
parent
cf10a4a176
commit
10d1410c5e
1 changed files with 1 additions and 1 deletions
|
|
@ -615,7 +615,7 @@ namespace Flow.Launcher.ViewModel
|
|||
|
||||
public void ResetPreview()
|
||||
{
|
||||
if (Settings.AlwaysPreview == true)
|
||||
if (Settings.AlwaysPreview == true && !PreviewVisible)
|
||||
{
|
||||
ShowInternalPreview();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue