mirror of
https://github.com/onyx-and-iris/duckypad-twitch.git
synced 2024-11-15 14:30:50 +00:00
fix intial audio states
This commit is contained in:
parent
1d6733002b
commit
2a4875c662
@ -12,9 +12,9 @@ class AudioState:
|
||||
mute_mics: bool = True
|
||||
only_discord: bool = False
|
||||
only_stream: bool = True
|
||||
sound_test: bool = True
|
||||
solo_onyx: bool = True
|
||||
solo_iris: bool = True
|
||||
sound_test: bool = False
|
||||
solo_onyx: bool = False
|
||||
solo_iris: bool = False
|
||||
|
||||
ws_to_onyx: bool = False
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user