mirror of
https://github.com/moparisthebest/keepass2android
synced 2025-01-08 12:08:00 -05:00
fix wrong display name of built-in icon set
This commit is contained in:
parent
35cb4edb04
commit
51e269527c
@ -166,7 +166,7 @@ namespace keepass2android
|
||||
|
||||
_iconSets.Add(new IconSet()
|
||||
{
|
||||
DisplayName = AppNames.AppName,
|
||||
DisplayName = Context.GetString(AppNames.AppNameResource),
|
||||
PackageName = Context.PackageName
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user