Add Presence.saved_status option

Controls how many previous status to keep saved in account menues,
see previous commit.
This commit is contained in:
miruka
2021-04-16 12:16:03 -04:00
parent 3402a1d5f8
commit 86c0cb1bf2
2 changed files with 14 additions and 1 deletions

View File

@@ -49,6 +49,10 @@ class Presence:
# This currently only works on Linux X11.
auto_away_after: int = 60 * 10
# Number of previously set status messages to keep saved. Available for
# quick access in the context menu when right-clicking an account.
saved_status: int = 5
class Notifications:
# Default global notification level when starting the application.
# Allows muting (i.e. preventing desktop bubbles, sounds and flashes)