Added chat buffer count in the preferences dialog

This commit is contained in:
2019-09-15 10:52:01 -05:00
parent 5b3a013766
commit 33ab63c1bc
6 changed files with 14 additions and 3 deletions

View File

@@ -13,9 +13,10 @@ load_images = boolean(default=True)
update_channel = string(default="stable")
[buffers]
count_for_wall_buffers = integer(default=100)
count_for_video_buffers = integer(default=200)
count_for_wall_buffers = integer(default=50)
count_for_video_buffers = integer(default=50)
count_for_audio_buffers = integer(default=1000)
count_for_chat_buffers = integer(default=50)
[chat]
notify_online = boolean(default=True)