Skip to content

Commit 3808418

Browse files
committed
Update dialog window if found
1 parent b75f237 commit 3808418

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Flow.Launcher.Infrastructure/QuickSwitch/QuickSwitch.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,13 @@ private static IQuickSwitchDialogWindow GetDialogWindow(HWND hwnd)
740740
dialogWindow = dialog.Plugin.CheckDialogWindow(hwnd);
741741
}
742742

743+
// Update dialog window if found
744+
if (dialogWindow != null)
745+
{
746+
_quickSwitchDialogs[dialog] = dialogWindow;
747+
return dialogWindow;
748+
}
749+
743750
return dialogWindow;
744751
}
745752

0 commit comments

Comments
 (0)