Skip to content

Commit e6f0f28

Browse files
Don't show external preview when always preview enabled
1 parent 2e47da4 commit e6f0f28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.Linq;
44
using System.Threading;
@@ -871,7 +871,7 @@ public void ResetPreview()
871871
{
872872
if (Settings.AlwaysPreview)
873873
{
874-
ShowPreview();
874+
ShowInternalPreview();
875875
}
876876
else
877877
{

0 commit comments

Comments
 (0)