Don't show external preview when always preview enabled

This commit is contained in:
VictoriousRaptor 2024-06-09 17:25:58 +08:00
parent 2e47da4ad9
commit e6f0f28ca5

View file

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Threading; using System.Threading;
@ -871,7 +871,7 @@ namespace Flow.Launcher.ViewModel
{ {
if (Settings.AlwaysPreview) if (Settings.AlwaysPreview)
{ {
ShowPreview(); ShowInternalPreview();
} }
else else
{ {