disable UI and wallet tab by default
This commit is contained in:
parent
0b292224a2
commit
b3594e7f2f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue