mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-17 00:56:39 +00:00
fix(Community mint token): Fix default network selection
This commit is contained in:
parent
df88984b45
commit
f1633d3f42
@ -3,6 +3,7 @@ import QtQuick.Controls 2.15
|
||||
|
||||
import StatusQ.Core 0.1
|
||||
import StatusQ.Core.Theme 0.1
|
||||
import StatusQ.Core.Utils 0.1
|
||||
import StatusQ.Components 0.1
|
||||
|
||||
import shared 1.0
|
||||
@ -46,6 +47,7 @@ Item {
|
||||
if (d.currentModel.count > 0) {
|
||||
d.selectedChainName = d.currentModel.rowData(d.currentIndex, "chainName")
|
||||
d.selectedIconUrl = d.currentModel.rowData(d.currentIndex, "iconUrl")
|
||||
root.toggleNetwork(ModelUtils.get(d.currentModel, d.currentIndex))
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user