mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-04 08:00:16 -04:00
Minor change for Designer
This commit is contained in:
@@ -91,7 +91,7 @@ namespace ModernKeePass.ViewModels
|
|||||||
|
|
||||||
public SettingsDatabaseVm()
|
public SettingsDatabaseVm()
|
||||||
{
|
{
|
||||||
Groups = _app.Database.RootGroup.Groups;
|
Groups = _app?.Database.RootGroup.Groups;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Move to another setting class (or a static class)
|
// TODO: Move to another setting class (or a static class)
|
||||||
|
Reference in New Issue
Block a user