feat(@wallet): Set default tabl to multichain

This commit is contained in:
Anthony Laibe 2023-06-13 11:56:16 +01:00
parent 42c8758746
commit 362250ba92

View File

@ -57,6 +57,7 @@ StatusModal {
StatusSwitchTabBar { StatusSwitchTabBar {
id: tabBar id: tabBar
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
currentIndex: 1
StatusSwitchTabButton { StatusSwitchTabButton {
text: qsTr("Legacy") text: qsTr("Legacy")
} }