mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-22 04:21:44 +00:00
TokenSelectorPanel tabs selection depending on set models fixed
This commit is contained in:
parent
25164cc45a
commit
6a935d098c
@ -49,9 +49,9 @@ Control {
|
||||
Layout.fillWidth: true
|
||||
visible: !!root.assetsModel && !!root.collectiblesModel
|
||||
|
||||
currentIndex: !!root.assetsModel
|
||||
? TokenSelectorPanel.Tabs.Assets
|
||||
: TokenSelectorPanel.Tabs.Collectibles
|
||||
currentIndex: !!root.collectiblesModel && !root.assetsModel
|
||||
? TokenSelectorPanel.Tabs.Collectibles
|
||||
: TokenSelectorPanel.Tabs.Assets
|
||||
|
||||
StatusTabButton {
|
||||
objectName: "assetsTab"
|
||||
|
Loading…
x
Reference in New Issue
Block a user