Skip to content

Commit b1b8707

Browse files
committed
Hide window when using left click
1 parent 866d6f8 commit b1b8707

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,8 @@ private async Task OpenResultAsync(string index)
454454
// For quick switch and left click mode, we need to navigate to the path
455455
if (IsQuickSwitch && Settings.QuickSwitchResultBehaviour == QuickSwitchResultBehaviours.LeftClick)
456456
{
457+
Hide();
458+
457459
if (SelectedResults.SelectedItem != null && DialogWindowHandle != nint.Zero)
458460
{
459461
if (result is QuickSwitchResult quickSwitchResult)

0 commit comments

Comments
 (0)