Skip to content

Commit

Permalink
Update max. presence timeout: 120 -> 720
Browse files Browse the repository at this point in the history
  • Loading branch information
malmeloo committed Oct 2, 2023
1 parent 4640090 commit c70e5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menus.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c70e5ef

Please sign in to comment.