diff --git a/Flow.Launcher/ViewModel/MainViewModel.cs b/Flow.Launcher/ViewModel/MainViewModel.cs index 2a08f3994..871dd723c 100644 --- a/Flow.Launcher/ViewModel/MainViewModel.cs +++ b/Flow.Launcher/ViewModel/MainViewModel.cs @@ -615,7 +615,7 @@ namespace Flow.Launcher.ViewModel public void ResetPreview() { - if (Settings.AlwaysPreview == true) + if (Settings.AlwaysPreview == true && !PreviewVisible) { ShowInternalPreview(); }