From 7b1c12487c9e8516aa092087f6fde0376af5a943 Mon Sep 17 00:00:00 2001 From: misyaguziya Date: Tue, 30 May 2023 01:39:18 +0900 Subject: [PATCH] update information --- VRCT.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/VRCT.py b/VRCT.py index 4287069b..fbb854bc 100644 --- a/VRCT.py +++ b/VRCT.py @@ -73,7 +73,7 @@ class ToplevelWindow_information(customtkinter.CTkToplevel): # create textbox information self.textbox_information = customtkinter.CTkTextbox(self) self.textbox_information.grid(row=0, column=0, padx=(10, 10), pady=(10, 10), sticky="nsew") - textbox_information_message = """VRCT(v0.1b) + textbox_information_message = """VRCT(v0.2b) # 概要 VRChatで使用されるChatBoxをOSC経由でメッセージを送信するツールになります。 @@ -112,6 +112,8 @@ https://twitter.com/misya_ai # アップデート履歴 [2023-05-29: v0.1b] v0.1b リリース +[2023-05-30: v0.2b] +- 翻訳機能有効無効のチェックボックスを追加 # 注意事項 再配布とかはやめてね