mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
Fix Sonar issues
This commit is contained in:
@@ -15,7 +15,7 @@ namespace ModernKeePass.Domain.Enums
|
||||
public const string BackgroundColor = nameof(BackgroundColor);
|
||||
public const string ForegroundColor = nameof(ForegroundColor);
|
||||
|
||||
public static IEnumerable<string> StandardFieldNames = new[]
|
||||
public static IEnumerable<string> StandardFieldNames => new[]
|
||||
{
|
||||
Title,
|
||||
UserName,
|
||||
|
Reference in New Issue
Block a user