Added settings to control creation of buffers for audio albums, video albums and community buffers at startup
This commit is contained in:
@@ -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)
|
Reference in New Issue
Block a user