Added chat settings in the config dialog

This commit is contained in:
2018-12-11 11:45:38 -06:00
parent 6f9a5ce8d2
commit b82c94bf51
6 changed files with 51 additions and 8 deletions

View File

@@ -2,6 +2,7 @@
user = string(default="")
password = string(default="")
token = string(default="")
[general]
reverse_timelines = boolean(default=False)
load_images = boolean(default=True)
@@ -15,4 +16,10 @@ volume = float(default=1.0)
input_device = string(default="Default")
output_device = string(default="Default")
session_mute = boolean(default=False)
current_soundpack = string(default="default")
current_soundpack = string(default="default")
[chat]
notify_online = boolean(default=True)
notify_offline = boolean(default=True)
open_unread_conversations = boolean(default=True)
automove_to_conversations = boolean(default=True)