mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-01 17:27:53 +00:00
fix(AppMain): profile image doesn't look good after changing language
Fixes #7197
This commit is contained in:
parent
e9c270da87
commit
4026d3c60d
@ -354,8 +354,8 @@ Item {
|
|||||||
icon.source: appMain.rootStore.userProfileInst.icon
|
icon.source: appMain.rootStore.userProfileInst.icon
|
||||||
width: 32
|
width: 32
|
||||||
height: 32
|
height: 32
|
||||||
identicon.width: width
|
identicon.asset.width: width
|
||||||
identicon.height: height
|
identicon.asset.height: height
|
||||||
identicon.asset.charactersLen: 2
|
identicon.asset.charactersLen: 2
|
||||||
identicon.asset.color: Utils.colorForPubkey(appMain.rootStore.userProfileInst.pubKey)
|
identicon.asset.color: Utils.colorForPubkey(appMain.rootStore.userProfileInst.pubKey)
|
||||||
identicon.ringSettings.ringSpecModel: Utils.getColorHashAsJson(appMain.rootStore.userProfileInst.pubKey)
|
identicon.ringSettings.ringSpecModel: Utils.getColorHashAsJson(appMain.rootStore.userProfileInst.pubKey)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user