mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-05-05 14:26:30 +03:00
closing the repository closes keykeeper
This commit is contained in:
@@ -80,8 +80,7 @@ namespace KeyKeeper.Views
|
|||||||
{
|
{
|
||||||
WindowStartupLocation = WindowStartupLocation.CenterScreen
|
WindowStartupLocation = WindowStartupLocation.CenterScreen
|
||||||
};
|
};
|
||||||
|
repositoryWindow.Closed += (s, e) => this.Close();
|
||||||
repositoryWindow.Closed += (s, e) => this.Show();
|
|
||||||
repositoryWindow.Show();
|
repositoryWindow.Show();
|
||||||
this.Hide();
|
this.Hide();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user