diff --git a/src/KeyKeeper/Views/MainWindow.axaml.cs b/src/KeyKeeper/Views/MainWindow.axaml.cs index ee8549a..6a53b7c 100644 --- a/src/KeyKeeper/Views/MainWindow.axaml.cs +++ b/src/KeyKeeper/Views/MainWindow.axaml.cs @@ -80,8 +80,7 @@ namespace KeyKeeper.Views { WindowStartupLocation = WindowStartupLocation.CenterScreen }; - - repositoryWindow.Closed += (s, e) => this.Show(); + repositoryWindow.Closed += (s, e) => this.Close(); repositoryWindow.Show(); this.Hide(); }