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 82520e0 commit 4227f1eCopy full SHA for 4227f1e
src/Files.App/MainWindow.xaml.cs
@@ -183,6 +183,9 @@ public async Task InitializeApplicationAsync(object activatedEventArgs)
183
// When resuming the cached instance
184
AppWindow.Show();
185
Activate();
186
+
187
+ // Bring to foreground (#14730) in case Activate() doesn't
188
+ Win32Helper.BringToForegroundEx(new(WindowHandle));
189
}
190
191
if (Windows.Win32.PInvoke.IsIconic(new(WindowHandle)) &&
0 commit comments