From 53356dd58cd3126b73fed660a8ac310461386539 Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Sat, 2 Sep 2023 14:39:35 +0900 Subject: [PATCH] =?UTF-8?q?[Chore]=20Main=20Window:=20side=20bar=20feature?= =?UTF-8?q?s'=20labels=20VRCT=201.x=E7=B3=BB=E3=81=A7=E3=81=97=E3=81=A6?= =?UTF-8?q?=E3=81=9F=E8=A1=A8=E8=A8=98=E3=81=AB=E4=B8=80=E6=97=A6=E6=88=BB?= =?UTF-8?q?=E3=81=97=E3=81=9F=E3=80=82=E3=81=9D=E3=82=82=E3=81=9D=E3=82=82?= =?UTF-8?q?Speaker2chatbox=E3=81=A8=E3=81=97=E3=81=A6=E3=81=9F=E3=81=AE?= =?UTF-8?q?=E3=81=AFtypo=E3=81=A7=E3=81=97=E3=81=9F=E3=80=82=E6=AD=A3?= =?UTF-8?q?=E3=81=97=E3=81=8F=E3=81=AFSpeaker2Log=E3=81=A7=E3=81=99?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vrct_gui/main_window/widgets/create_sidebar.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vrct_gui/main_window/widgets/create_sidebar.py b/vrct_gui/main_window/widgets/create_sidebar.py index d69632d5..5bdb4721 100644 --- a/vrct_gui/main_window/widgets/create_sidebar.py +++ b/vrct_gui/main_window/widgets/create_sidebar.py @@ -248,7 +248,7 @@ def createSidebar(settings, main_window): "label_attr_name": "label_transcription_send", "compact_mode_icon_attr_name": "transcription_send_compact_mode_icon", "selected_mark_attr_name": "transcription_send_selected_mark", - "text": "Voice2chatbox", + "text": "Voice2Chatbox", "icon_file_name": settings.image_filename.MIC_ICON, }, { @@ -259,7 +259,7 @@ def createSidebar(settings, main_window): "label_attr_name": "label_transcription_receive", "compact_mode_icon_attr_name": "transcription_receive_compact_mode_icon", "selected_mark_attr_name": "transcription_receive_selected_mark", - "text": "Speaker2chatbox", + "text": "Speaker2Log", "icon_file_name": settings.image_filename.HEADPHONES_ICON, }, {