Skip to content

Commit 26ff98e

Browse files
comment
1 parent 098e90b commit 26ff98e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,8 @@ private void UpdatePreview()
647647
{
648648
if (Settings.UseQuickLook && CanExternalPreviewSelectedResult(out var path))
649649
{
650+
// TODO: When always preview (internal is open) and select another result can use external preview
651+
// then switched to external, looks bad
650652
// Should use external preview for selected result
651653
if (ExternalPreviewOpen)
652654
{

0 commit comments

Comments
 (0)