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 fd61303 commit 42c5f9eCopy full SHA for 42c5f9e
Flow.Launcher/ViewModel/MainViewModel.cs
@@ -1,4 +1,4 @@
1
-using System;
+using System;
2
using System.Collections.Generic;
3
using System.ComponentModel;
4
using System.Globalization;
@@ -1927,7 +1927,7 @@ public async Task SetupDialogJumpAsync(nint handle)
1927
var timeOut = !SpinWait.SpinUntil(() => !Win32Helper.IsForegroundWindow(DialogWindowHandle), 150);
1928
if (timeOut) return;
1929
1930
- // Bring focus back to the the dialog
+ // Bring focus back to the dialog
1931
Win32Helper.SetForegroundWindow(DialogWindowHandle);
1932
}
1933
catch (Exception e)
0 commit comments