mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
Correct navigation to root group when creating new database
This commit is contained in:
@@ -65,7 +65,7 @@ namespace ModernKeePass.Views
|
|||||||
{
|
{
|
||||||
Model.PopulateInitialData(DatabaseService.Instance, new SettingsService(), new ImportService());
|
Model.PopulateInitialData(DatabaseService.Instance, new SettingsService(), new ImportService());
|
||||||
|
|
||||||
_mainFrame.Navigate(typeof(GroupDetailPage));
|
_mainFrame.Navigate(typeof(GroupDetailPage), DatabaseService.Instance.RootGroup);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void Selector_OnSelectionChanged(object sender, SelectionChangedEventArgs e)
|
private void Selector_OnSelectionChanged(object sender, SelectionChangedEventArgs e)
|
||||||
|
Reference in New Issue
Block a user