Volume should be saved across restarts

This commit is contained in:
2019-01-22 17:49:18 -06:00
parent 91317b7a41
commit 8422243465
4 changed files with 13 additions and 11 deletions

View File

@@ -17,13 +17,6 @@ count_for_wall_buffers = integer(default=100)
count_for_video_buffers = integer(default=200)
count_for_audio_buffers = integer(default=1000)
[sound]
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")
[chat]
notify_online = boolean(default=True)
notify_offline = boolean(default=True)