We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75f237 commit 3808418Copy full SHA for 3808418
Flow.Launcher.Infrastructure/QuickSwitch/QuickSwitch.cs
@@ -740,6 +740,13 @@ private static IQuickSwitchDialogWindow GetDialogWindow(HWND hwnd)
740
dialogWindow = dialog.Plugin.CheckDialogWindow(hwnd);
741
}
742
743
+ // Update dialog window if found
744
+ if (dialogWindow != null)
745
+ {
746
+ _quickSwitchDialogs[dialog] = dialogWindow;
747
+ return dialogWindow;
748
+ }
749
+
750
return dialogWindow;
751
752
0 commit comments