mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
Create entry history only if DB is open
Fix issues in entry field names Entry field names cleanup and refactoring
This commit is contained in:
@@ -7,7 +7,7 @@ namespace ModernKeePass.Domain.Enums
|
||||
public const string Title = nameof(Title);
|
||||
public const string UserName = nameof(UserName);
|
||||
public const string Password = nameof(Password);
|
||||
public const string Url = nameof(Url);
|
||||
public const string Url = "URL";
|
||||
public const string Notes = nameof(Notes);
|
||||
public const string Icon = nameof(Icon);
|
||||
public const string ExpirationDate = nameof(ExpirationDate);
|
||||
|
Reference in New Issue
Block a user