mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-12-06 00:02:43 -05:00
Minor change for Designer
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user