Skip to content

Commit

Permalink
Automatically put desktop window at top
Browse files Browse the repository at this point in the history
  • Loading branch information
Clrs17 committed Nov 7, 2023
1 parent 4b0889e commit 43b331e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CoreAppUWP/Pages/SettingsPages/SettingsPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ private async void Button_Click(object sender, RoutedEventArgs e)
appWindow.Title = Package.Current.DisplayName;
appWindow.SetIcon("favicon.ico");
appWindow.Show();
appWindow.MoveInZOrderAtTop();
break;
case "SearchFlyout" when SettingsPaneRegister.IsSearchPaneSupported:
SearchPane.GetForCurrentView().Show();
Expand Down

0 comments on commit 43b331e

Please sign in to comment.