Merge branch 'remove_speaker2chatbox_pass' into develop
This commit is contained in:
@@ -1142,9 +1142,8 @@ class Config:
|
|||||||
old_message_format = config[key]
|
old_message_format = config[key]
|
||||||
setattr(self, key, config[key])
|
setattr(self, key, config[key])
|
||||||
|
|
||||||
if key == "ENABLE_SPEAKER2CHATBOX_PASS":
|
# Force to Enable Speaker2Chatbox
|
||||||
if self.ENABLE_SPEAKER2CHATBOX_PASS_CONFIRMATION == config[key]:
|
self.ENABLE_SPEAKER2CHATBOX = True
|
||||||
self.ENABLE_SPEAKER2CHATBOX = True
|
|
||||||
|
|
||||||
if old_message_format is not None:
|
if old_message_format is not None:
|
||||||
setattr(self, "SEND_MESSAGE_FORMAT_WITH_T", old_message_format)
|
setattr(self, "SEND_MESSAGE_FORMAT_WITH_T", old_message_format)
|
||||||
|
|||||||
@@ -286,7 +286,7 @@ config_window:
|
|||||||
# Speaker2Chatbox
|
# Speaker2Chatbox
|
||||||
send_received_message_to_vrc:
|
send_received_message_to_vrc:
|
||||||
label: "Send Received Message To VRChat"
|
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
|
# Speaker2Chatbox
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user