We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a933b4 commit d953acdCopy full SHA for d953acd
Controls/BrowserMenuItems.xaml.cs
@@ -49,7 +49,7 @@ private void ShowPrintUI(object sender, RoutedEventArgs e)
49
50
private void CloseApp(object sender, RoutedEventArgs e)
51
{
52
- App.mainWindows.ForEach(x => x.Close());
+ App.mainWindows.ToList().ForEach(x => x.Close());
53
}
54
55
private void MenuFlyout_Opening(object sender, object e)
0 commit comments