Skip to content

Commit 7382c7d

Browse files
Update Source/NETworkManager/ViewModels/SettingsProfilesViewModel.cs
Co-authored-by: Copilot <[email protected]>
1 parent 13dfd95 commit 7382c7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Source/NETworkManager/ViewModels/SettingsProfilesViewModel.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -350,10 +350,10 @@ await DialogHelper.ShowOKMessageAsync(Application.Current.MainWindow,
350350
}
351351

352352
}, _ =>
353-
{
354-
childWindow.IsOpen = false;
355-
ConfigurationManager.Current.IsChildWindowOpen = false;
356-
});
353+
{
354+
childWindow.IsOpen = false;
355+
ConfigurationManager.Current.IsChildWindowOpen = false;
356+
});
357357

358358
childWindow.Title = Strings.MasterPassword;
359359

0 commit comments

Comments
 (0)