Session mute and buffer mute has been added to their keyboard shorcuts

This commit is contained in:
2015-03-11 17:17:29 -06:00
parent 4613b7ada1
commit d4fc809169
9 changed files with 33 additions and 16 deletions

View File

@@ -16,7 +16,7 @@ announce_stream_status = boolean(default=True)
volume = float(default=1.0)
input_device = string(default="Default")
output_device = string(default="Default")
global_mute = boolean(default=False)
session_mute = boolean(default=False)
current_soundpack = string(default="default")
sndup_api_key = string(default="")