1
0

qml: remove requestExpiry from preferences dialog (redundant)

This commit is contained in:
ThomasV
2023-03-16 05:51:57 +01:00
parent 4872ec75ff
commit 4e2b7c6ab3

View File

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