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 dbb33eb commit 3aec2a1Copy full SHA for 3aec2a1
Flow.Launcher/ViewModel/MainViewModel.cs
@@ -1599,7 +1599,7 @@ public async void SetupQuickSwitch(nint handle)
1599
1600
await Task.Delay(300); // If don't give a time, Positioning will be weird.
1601
1602
- if (handle == nint.Zero) return; // If handle is null, it means the dialog is closed, so return
+ if (DialogWindowHandle == nint.Zero) return; // If handle is cleared, which means the dialog is closed, do nothing
1603
1604
if (MainWindowVisibilityStatus)
1605
{
0 commit comments