mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
Main page now allows password input
Group nesting works
This commit is contained in:
@@ -17,6 +17,13 @@ namespace ModernKeePass.ViewModels
|
||||
return $"{Entries?.Count} entries.";
|
||||
}
|
||||
}
|
||||
public string GroupCount
|
||||
{
|
||||
get
|
||||
{
|
||||
return $"{Groups?.Count} groups.";
|
||||
}
|
||||
}
|
||||
|
||||
public GroupVm()
|
||||
{
|
||||
@@ -39,6 +46,5 @@ namespace ModernKeePass.ViewModels
|
||||
{
|
||||
PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user