Skip to content

Commit 83f73f6

Browse files
committed
Fix: Close dialog
1 parent 1e5c555 commit 83f73f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Source/NETworkManager/MainWindow.xaml.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,8 @@ await this.ShowMessageAsync(Strings.SettingsHaveBeenReset,
521521
{
522522
childWindow.IsOpen = false;
523523

524+
ConfigurationManager.Current.IsChildWindowOpen = false;
525+
524526
SettingsManager.Current.UpgradeDialog_Show = false;
525527

526528
SettingsManager.Save();

0 commit comments

Comments
 (0)