mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Don't show external preview when always preview enabled
This commit is contained in:
parent
2e47da4ad9
commit
e6f0f28ca5
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue