From 2a4875c66229dfeb3fa251f5a559b8c580940225 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 11 Jul 2023 21:04:33 +0100 Subject: [PATCH] fix intial audio states --- duckypad_twitch/states.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/duckypad_twitch/states.py b/duckypad_twitch/states.py index 7aa68d3..892946f 100644 --- a/duckypad_twitch/states.py +++ b/duckypad_twitch/states.py @@ -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