mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-04-21 15:06:29 +03:00
closing the repository closes keykeeper
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user