mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
Some design changes
Again fixed open url bug
This commit is contained in:
@@ -20,7 +20,7 @@ namespace ModernKeePass.Application.Entry.Models
|
||||
public FieldVm Password { get; set; }
|
||||
public FieldVm Notes { get; set; }
|
||||
public FieldVm Url { get; set; }
|
||||
public bool HasUrl => !string.IsNullOrEmpty(Url.Value);
|
||||
public bool IsValidUrl => Uri.IsWellFormedUriString(Url.Value, UriKind.Absolute);
|
||||
public List<FieldVm> AdditionalFields { get; set; }
|
||||
public List<EntryVm> History { get; set; }
|
||||
public Icon Icon { get; set; }
|
||||
|
Reference in New Issue
Block a user