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

@@ -1,6 +1,11 @@
[app-settings]
username = string(default="")
password = string(default="")
language = string(default="system")
use_proxy = boolean(default=False)
first_start = boolean(default=True)
first_start = boolean(default=True)
[sound]
volume = integer(default=100)
input_device = string(default="Default")
output_device = string(default="Default")
session_mute = boolean(default=False)
current_soundpack = string(default="default")