fix wrong display name of built-in icon set
This commit is contained in:
@@ -166,7 +166,7 @@ namespace keepass2android
|
||||
|
||||
_iconSets.Add(new IconSet()
|
||||
{
|
||||
DisplayName = AppNames.AppName,
|
||||
DisplayName = Context.GetString(AppNames.AppNameResource),
|
||||
PackageName = Context.PackageName
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user