Breadcrumb finished and working

This commit is contained in:
BONNEVILLE Geoffroy
2018-06-14 10:50:16 +02:00
parent 8a5db88225
commit 799b896bfe
6 changed files with 7 additions and 9 deletions

View File

@@ -99,8 +99,7 @@ namespace ModernKeePass.ViewModels
public GroupVm RootGroup { get; set; }
public double PasswordComplexityIndicator => QualityEstimation.EstimatePasswordBits(Password?.ToCharArray());
private bool _hasPassword;
private bool _hasKeyFile;
private bool _hasUserAccount;