fix intial audio states

This commit is contained in:
onyx-and-iris 2023-07-11 21:04:33 +01:00
parent 1d6733002b
commit 2a4875c662

View File

@ -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