mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Keep FL open when focus lost if QL open
This commit is contained in:
parent
d266e9eb27
commit
ff7457dc0f
1 changed files with 1 additions and 1 deletions
|
|
@ -494,7 +494,7 @@ namespace Flow.Launcher
|
|||
if (_settings.UseAnimation)
|
||||
await Task.Delay(100);
|
||||
|
||||
if (_settings.HideWhenDeactivated)
|
||||
if (_settings.HideWhenDeactivated && !_viewModel.ExternalPreviewOpen)
|
||||
{
|
||||
_viewModel.Hide();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue