[update] Speakerからの文字起こし結果をXSOverlayの通知機能で表示する機能を追加(VR限定)

This commit is contained in:
misygauziya
2023-07-24 00:43:39 +09:00
parent 42cddcfe80
commit 53ddab3fc0
4 changed files with 43 additions and 5 deletions

View File

@@ -100,15 +100,15 @@ def widget_config_window_label_setter(self, language_yaml_data):
"label_input_speaker_phrase_timeout",
"label_input_speaker_max_phrases",
# tab Parameter
"label_ip_address",
"label_port",
"label_authkey",
"label_message_format",
# tab Others
"label_checkbox_auto_clear_chatbox"
"label_checkbox_auto_clear_chatbox",
"label_checkbox_notice_xsoverlay",
]
for name in widget_names:
widget = getattr(self, name)