mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 23:05:17 +00:00
parent
6f11ee972a
commit
38eeaf111c
@ -38,9 +38,10 @@ QtObject:
|
||||
result = self.account.identityImage.thumbnail
|
||||
else:
|
||||
result = ?.self.account.identicon
|
||||
|
||||
QtProperty[string] thumbnailImage:
|
||||
read = thumbnailImage
|
||||
notify = identityImageChanged
|
||||
notify = accountChanged
|
||||
|
||||
proc largeImage*(self: AccountInfoView): string {.slot.} =
|
||||
if (not self.account.identityImage.isNil):
|
||||
|
Loading…
x
Reference in New Issue
Block a user