mirror of
https://github.com/wismna/ModernKeePass.git
synced 2026-01-25 08:27:23 -05:00
Update groups finally implemented
Code cleanup
This commit is contained in:
@@ -21,7 +21,7 @@ namespace ModernKeePass.Application.Entry.Models
|
||||
public string Notes { get; set; }
|
||||
public Uri Url { get; set; }
|
||||
public Dictionary<string, string> AdditionalFields { get; set; }
|
||||
public IEnumerable<EntryVm> History { get; set; }
|
||||
public List<EntryVm> History { get; set; }
|
||||
public Icon Icon { get; set; }
|
||||
public Color ForegroundColor { get; set; }
|
||||
public Color BackgroundColor { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user