Added settings to control creation of buffers for audio albums, video albums and community buffers at startup

This commit is contained in:
2019-01-14 02:23:38 -06:00
parent 86aa453093
commit 70a511a141
6 changed files with 35 additions and 2 deletions

View File

@@ -27,4 +27,9 @@ notify_online = boolean(default=True)
notify_offline = boolean(default=True)
open_unread_conversations = boolean(default=True)
automove_to_conversations = boolean(default=True)
notifications = string(default="custom")
notifications = string(default="custom")
[load_at_startup]
audio_albums = boolean(default=False)
video_albums = boolean(default=False)
communities = boolean(default=False)