add default request expiry to preferences/config
This commit is contained in:
@@ -148,6 +148,18 @@ Pane {
|
||||
}
|
||||
}
|
||||
|
||||
Label {
|
||||
text: qsTr('Default request expiry')
|
||||
Layout.fillWidth: false
|
||||
}
|
||||
|
||||
RequestExpiryComboBox {
|
||||
onCurrentValueChanged: {
|
||||
if (activeFocus)
|
||||
Config.requestExpiry = currentValue
|
||||
}
|
||||
}
|
||||
|
||||
Label {
|
||||
text: qsTr('PIN')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user