fix(@wallet): hide use 24 word button
This commit is contained in:
parent
d90ea666f2
commit
3bf4d65a74
|
@ -303,6 +303,7 @@ ColumnLayout {
|
|||
}
|
||||
StatusButton {
|
||||
id: button
|
||||
visible: false
|
||||
anchors.top: errorMessage.bottom
|
||||
anchors.topMargin: Style.current.padding
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
|
|
Loading…
Reference in New Issue