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')