From a1c7b9e1e3d43a514b3963a2b52e16f618052760 Mon Sep 17 00:00:00 2001 From: misyaguziya <53165965+misyaguziya@users.noreply.github.com> Date: Tue, 12 Nov 2024 22:43:17 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=91=8D=EF=B8=8F[Update]=20Model=20:?= =?UTF-8?q?=20Speaker2Chatbox=E3=81=AE=E6=A9=9F=E8=83=BD=E3=82=92pass?= =?UTF-8?q?=E7=84=A1=E3=81=97=E3=81=A7=E5=8B=95=E4=BD=9C=E3=81=A7=E3=81=8D?= =?UTF-8?q?=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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) From 1a20c899d188624e8825e3a64b8fba70a6fe1e78 Mon Sep 17 00:00:00 2001 From: misyaguziya <53165965+misyaguziya@users.noreply.github.com> Date: Tue, 12 Nov 2024 22:43:55 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=91=8D=EF=B8=8F[Update]=20View=20:=20?= =?UTF-8?q?Speaker2Chatbox=E3=81=AEDocument=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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