Minor change for Designer

This commit is contained in:
BONNEVILLE Geoffroy
2017-11-08 18:52:48 +01:00
parent ecba11a9a9
commit be72fc4f7e

View File

@@ -91,7 +91,7 @@ namespace ModernKeePass.ViewModels
public SettingsDatabaseVm()
{
Groups = _app.Database.RootGroup.Groups;
Groups = _app?.Database.RootGroup.Groups;
}
// TODO: Move to another setting class (or a static class)