From e6f0f28ca560f460ff4b75e7a899e7bd3be6c499 Mon Sep 17 00:00:00 2001 From: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com> Date: Sun, 9 Jun 2024 17:25:58 +0800 Subject: [PATCH] Don't show external preview when always preview enabled --- Flow.Launcher/ViewModel/MainViewModel.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Flow.Launcher/ViewModel/MainViewModel.cs b/Flow.Launcher/ViewModel/MainViewModel.cs index 6df44e3f1..58946fc4c 100644 --- a/Flow.Launcher/ViewModel/MainViewModel.cs +++ b/Flow.Launcher/ViewModel/MainViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading; @@ -871,7 +871,7 @@ namespace Flow.Launcher.ViewModel { if (Settings.AlwaysPreview) { - ShowPreview(); + ShowInternalPreview(); } else {