diff --git a/config.py b/config.py index ff8c3d32..f5f89b49 100644 --- a/config.py +++ b/config.py @@ -1142,9 +1142,8 @@ class Config: old_message_format = config[key] setattr(self, key, config[key]) - if key == "ENABLE_SPEAKER2CHATBOX_PASS": - if self.ENABLE_SPEAKER2CHATBOX_PASS_CONFIRMATION == config[key]: - self.ENABLE_SPEAKER2CHATBOX = True + # Force to Enable Speaker2Chatbox + self.ENABLE_SPEAKER2CHATBOX = True if old_message_format is not None: setattr(self, "SEND_MESSAGE_FORMAT_WITH_T", old_message_format) diff --git a/locales/en.yml b/locales/en.yml index 0a3e3f92..2f5cdd0a 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -286,7 +286,7 @@ config_window: # Speaker2Chatbox send_received_message_to_vrc: label: "Send Received Message To VRChat" - desc: "Send the message you received from the speaker's sound to VRChat's chatbox. However, this feature is intended for users who genuinely need it. Please consult with the developer." + desc: "Send the message you received from the speaker's sound to VRChat's chatbox." # Speaker2Chatbox