Skip to content

Commit

Permalink
Don't show external preview when always preview enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
VictoriousRaptor committed Jun 9, 2024
1 parent 2e47da4 commit e6f0f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Flow.Launcher/ViewModel/MainViewModel.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
Expand Down Expand Up @@ -871,7 +871,7 @@ public void ResetPreview()
{
if (Settings.AlwaysPreview)
{
ShowPreview();
ShowInternalPreview();
}
else
{
Expand Down

0 comments on commit e6f0f28

Please sign in to comment.