From 3fd269c7c988ceb53c7655e169df43d28854c219 Mon Sep 17 00:00:00 2001 From: Domenico Gabriele Date: Mon, 16 Mar 2020 19:36:10 +0100 Subject: [PATCH] Only show implemented recovery settings Signed-off-by: Domenico Gabriele --- src/views/WalletRecoverySettingsView.qml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/src/views/WalletRecoverySettingsView.qml b/src/views/WalletRecoverySettingsView.qml index 5439ecd33..ac5c66f3e 100644 --- a/src/views/WalletRecoverySettingsView.qml +++ b/src/views/WalletRecoverySettingsView.qml @@ -16,25 +16,6 @@ ColumnLayout { id: controller } - SettingsBox { - title: 'nLockTime' // TODO: move to own recovery tab - Button { - flat: true - text: qsTr('id_request_recovery_transactions') - enabled: !wallet.locked && wallet.config.email && wallet.config.email.confirmed - onClicked: controller.sendRecoveryTransactions() - } - } - - SettingsBox { - title: qsTr('id_set_an_email_for_recovery') - description: qsTr('id_providing_an_email_enables') - - TextField { - placeholderText: 'blabla@gmail.com' - } - } - SettingsBox { title: qsTr('id_request_twofactor_reset') //TODO: use translations