From 4e2b7c6ab341ed1381c489a2b7e8523a29b2026e Mon Sep 17 00:00:00 2001 From: ThomasV Date: Thu, 16 Mar 2023 05:51:57 +0100 Subject: [PATCH] qml: remove requestExpiry from preferences dialog (redundant) --- electrum/gui/qml/components/Preferences.qml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/electrum/gui/qml/components/Preferences.qml b/electrum/gui/qml/components/Preferences.qml index 575b121ef..2dbefa60b 100644 --- a/electrum/gui/qml/components/Preferences.qml +++ b/electrum/gui/qml/components/Preferences.qml @@ -239,19 +239,6 @@ Pane { } } - Label { - text: qsTr('Default request expiry') - Layout.fillWidth: false - } - - RequestExpiryComboBox { - includeNever: false - onCurrentValueChanged: { - if (activeFocus) - Config.requestExpiry = currentValue - } - } - PrefsHeading { Layout.columnSpan: 2 text: qsTr('Lightning')