1
0

qml: followup 5acfe418079dbc9935cf9576e50ae2c8c841e301; don't save expiry Never as default.

This commit is contained in:
Sander van Grieken
2023-09-30 14:45:42 +02:00
parent b8b5dab68a
commit b12c3233e5

View File

@@ -29,7 +29,7 @@ ElComboBox {
}
onCurrentValueChanged: {
if (activeFocus)
if (activeFocus && currentValue)
Config.requestExpiry = currentValue
}
}