parent
6f11ee972a
commit
38eeaf111c
|
@ -38,9 +38,10 @@ QtObject:
|
||||||
result = self.account.identityImage.thumbnail
|
result = self.account.identityImage.thumbnail
|
||||||
else:
|
else:
|
||||||
result = ?.self.account.identicon
|
result = ?.self.account.identicon
|
||||||
|
|
||||||
QtProperty[string] thumbnailImage:
|
QtProperty[string] thumbnailImage:
|
||||||
read = thumbnailImage
|
read = thumbnailImage
|
||||||
notify = identityImageChanged
|
notify = accountChanged
|
||||||
|
|
||||||
proc largeImage*(self: AccountInfoView): string {.slot.} =
|
proc largeImage*(self: AccountInfoView): string {.slot.} =
|
||||||
if (not self.account.identityImage.isNil):
|
if (not self.account.identityImage.isNil):
|
||||||
|
|
Loading…
Reference in New Issue