Search shows entries results

Selecting a result goes to the Entry Page
Auto-save on quit disabled
This commit is contained in:
2017-11-08 14:42:39 +01:00
committed by BONNEVILLE Geoffroy
parent 951172e36f
commit 454e074c44
5 changed files with 27 additions and 11 deletions
+3
View File
@@ -24,6 +24,9 @@ namespace ModernKeePass.ViewModels
}
set { SetEntryValue(PwDefs.TitleField, value); }
}
public string Id => Entry.Uuid.ToHexString();
public string UserName
{
get { return GetEntryValue(PwDefs.UserNameField); }