1
0

add default request expiry to preferences/config

This commit is contained in:
Sander van Grieken
2022-09-27 12:25:21 +02:00
parent dd58328534
commit 5f9068d7b0
4 changed files with 62 additions and 18 deletions

View File

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