mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix case when switching file
This commit is contained in:
parent
98991fe103
commit
99b5197372
1 changed files with 1 additions and 1 deletions
|
|
@ -651,7 +651,7 @@ namespace Flow.Launcher.ViewModel
|
|||
bool success = await QuickLookHelper.ToggleQuickLookAsync(result.Preview.FilePath, switchFile);
|
||||
if (success)
|
||||
{
|
||||
ExternalPreviewOpen = !ExternalPreviewOpen;
|
||||
ExternalPreviewOpen = switchFile || !ExternalPreviewOpen;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue