qml: remove requestExpiry from preferences dialog (redundant)
This commit is contained in:
@@ -239,19 +239,6 @@ Pane {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Label {
|
|
||||||
text: qsTr('Default request expiry')
|
|
||||||
Layout.fillWidth: false
|
|
||||||
}
|
|
||||||
|
|
||||||
RequestExpiryComboBox {
|
|
||||||
includeNever: false
|
|
||||||
onCurrentValueChanged: {
|
|
||||||
if (activeFocus)
|
|
||||||
Config.requestExpiry = currentValue
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
PrefsHeading {
|
PrefsHeading {
|
||||||
Layout.columnSpan: 2
|
Layout.columnSpan: 2
|
||||||
text: qsTr('Lightning')
|
text: qsTr('Lightning')
|
||||||
|
|||||||
Reference in New Issue
Block a user