closing the repository closes keykeeper

This commit is contained in:
Chernykh Aleksandr
2026-03-27 11:11:49 +03:00
parent 4594fcbf4d
commit 77b50b6bf2

View File

@@ -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();
}