disable UI and wallet tab by default

This commit is contained in:
Iuri Matias 2020-08-28 13:48:39 -04:00
parent 0b292224a2
commit b3594e7f2f
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ Item {
anchors.left: parent.left
anchors.leftMargin: 24
Component.onCompleted: {
walletBtn.enabled = true
walletBtn.enabled = false
}
StyledText {
@ -105,7 +105,7 @@ Item {
anchors.left: parent.left
anchors.leftMargin: 24
Component.onCompleted: {
uiComponentBtn.enabled = true
uiComponentBtn.enabled = false
}
StyledText {