From 3bf4d65a745f52070e962be59f2ad14a570bf3a8 Mon Sep 17 00:00:00 2001 From: Anthony Laibe Date: Fri, 8 Apr 2022 17:06:56 +0200 Subject: [PATCH] fix(@wallet): hide use 24 word button --- ui/app/AppLayouts/Wallet/views/AdvancedAddAccountView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/AppLayouts/Wallet/views/AdvancedAddAccountView.qml b/ui/app/AppLayouts/Wallet/views/AdvancedAddAccountView.qml index 9db4127634..dfc2c5ad19 100644 --- a/ui/app/AppLayouts/Wallet/views/AdvancedAddAccountView.qml +++ b/ui/app/AppLayouts/Wallet/views/AdvancedAddAccountView.qml @@ -303,6 +303,7 @@ ColumnLayout { } StatusButton { id: button + visible: false anchors.top: errorMessage.bottom anchors.topMargin: Style.current.padding anchors.horizontalCenter: parent.horizontalCenter