mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-17 00:56:39 +00:00
fix(@desktop/wallet): load collectible on initial account set
fixes #3121
This commit is contained in:
parent
20b1bed309
commit
9cd0f77e92
@ -127,7 +127,7 @@ QtObject:
|
|||||||
# If it's the first account we ever get, use its list as our first lists
|
# If it's the first account we ever get, use its list as our first lists
|
||||||
if (self.accountsView.accounts.rowCount == 1):
|
if (self.accountsView.accounts.rowCount == 1):
|
||||||
self.tokensView.setCurrentAssetList(account.assetList)
|
self.tokensView.setCurrentAssetList(account.assetList)
|
||||||
discard self.accountsView.setCurrentAccountByIndex(0)
|
self.setCurrentAccountByIndex(0)
|
||||||
|
|
||||||
proc transactionCompleted*(self: WalletView, success: bool, txHash: string, revertReason: string = "") {.signal.}
|
proc transactionCompleted*(self: WalletView, success: bool, txHash: string, revertReason: string = "") {.signal.}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user