Create entries and groups put them in Edit mode (as before)

Search now uses KeePassLib search
Code cleanup
This commit is contained in:
Geoffroy BONNEVILLE
2020-04-15 12:02:30 +02:00
parent b66e79f97c
commit 0063ef1977
14 changed files with 112 additions and 58 deletions

View File

@@ -0,0 +1,8 @@
namespace ModernKeePass.Models
{
public class NavigationItem
{
public string Id { get; set; }
public bool IsNew { get; set; }
}
}