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.left: parent.left
|
||||||
anchors.leftMargin: 24
|
anchors.leftMargin: 24
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
walletBtn.enabled = true
|
walletBtn.enabled = false
|
||||||
}
|
}
|
||||||
|
|
||||||
StyledText {
|
StyledText {
|
||||||
|
@ -105,7 +105,7 @@ Item {
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.leftMargin: 24
|
anchors.leftMargin: 24
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
uiComponentBtn.enabled = true
|
uiComponentBtn.enabled = false
|
||||||
}
|
}
|
||||||
|
|
||||||
StyledText {
|
StyledText {
|
||||||
|
|
Loading…
Reference in New Issue