mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-27 06:46:22 +00:00
fix: fix generate keys identicons being all the same
This commit is contained in:
parent
90dfa94805
commit
cbbe2b46fc
@ -17,7 +17,7 @@ ListView {
|
||||
delegate: AddressView {
|
||||
username: model.username
|
||||
address: model.address
|
||||
identicon: model.thumbnailImage
|
||||
identicon: model.thumbnailImage || model.identicon
|
||||
isSelected: function (index, address) {
|
||||
return addressesView.isSelected(index, address)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user