fix(AppMain): profile image doesn't look good after changing language

Fixes #7197
This commit is contained in:
Lukáš Tinkl 2022-09-05 11:24:37 +02:00 committed by Lukáš Tinkl
parent e9c270da87
commit 4026d3c60d
1 changed files with 2 additions and 2 deletions

View File

@ -354,8 +354,8 @@ Item {
icon.source: appMain.rootStore.userProfileInst.icon
width: 32
height: 32
identicon.width: width
identicon.height: height
identicon.asset.width: width
identicon.asset.height: height
identicon.asset.charactersLen: 2
identicon.asset.color: Utils.colorForPubkey(appMain.rootStore.userProfileInst.pubKey)
identicon.ringSettings.ringSpecModel: Utils.getColorHashAsJson(appMain.rootStore.userProfileInst.pubKey)