From 1abb52700af5ed13088df1e90bd0bb24577345e9 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Thu, 6 Jul 2023 20:49:40 +0200 Subject: Add an early out cache for event expiration --- resources/qml/dialogs/EventExpirationDialog.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/qml/dialogs/EventExpirationDialog.qml b/resources/qml/dialogs/EventExpirationDialog.qml index 5d12bda8..37268ca7 100644 --- a/resources/qml/dialogs/EventExpirationDialog.qml +++ b/resources/qml/dialogs/EventExpirationDialog.qml @@ -104,7 +104,7 @@ ApplicationWindow { SpinBox { Layout.alignment: Qt.AlignRight | Qt.AlignVCenter from: 0 - to: 1000 + to: 1000000 stepSize: 1 value: eventExpiry.expireEventsAfterCount onValueChanged: eventExpiry.expireEventsAfterCount = value @@ -126,7 +126,7 @@ ApplicationWindow { SpinBox { Layout.alignment: Qt.AlignRight | Qt.AlignVCenter from: 0 - to: 1000 + to: 1000000 stepSize: 1 value: eventExpiry.protectLatestEvents onValueChanged: eventExpiry.protectLatestEvents = value -- cgit 1.5.1