From c70e5ef5e16e7feec9b55648c139e394a77923fa Mon Sep 17 00:00:00 2001 From: Mike A Date: Mon, 2 Oct 2023 21:55:39 +0200 Subject: [PATCH] Update max. presence timeout: 120 -> 720 --- menus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menus.py b/menus.py index 88c49db..b79e5f5 100644 --- a/menus.py +++ b/menus.py @@ -389,7 +389,7 @@ def __init__(self, *args, **kwargs): self.settings_pres_timeout_button = PreferenceButton( value=self.app.preferences.presence_timeout, increments=10, - limits=(10, 120) + limits=(10, 12 * 60) ) self.settings_check_interval_button = PreferenceButton( value=self.app.preferences.check_interval,