mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Hide external preview when hiding flow
This commit is contained in:
parent
ba8bb3a3b8
commit
098e90b864
1 changed files with 5 additions and 0 deletions
|
|
@ -1110,6 +1110,11 @@ namespace Flow.Launcher.ViewModel
|
||||||
// Trick for no delay
|
// Trick for no delay
|
||||||
MainWindowOpacity = 0;
|
MainWindowOpacity = 0;
|
||||||
|
|
||||||
|
if (ExternalPreviewOpen)
|
||||||
|
{
|
||||||
|
_ = CloseQuickLookPreviewAsync();
|
||||||
|
}
|
||||||
|
|
||||||
if (!SelectedIsFromQueryResults())
|
if (!SelectedIsFromQueryResults())
|
||||||
{
|
{
|
||||||
SelectedResults = Results;
|
SelectedResults = Results;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue