update information

This commit is contained in:
misyaguziya
2023-05-30 01:39:18 +09:00
parent 2a0b2e45fc
commit 7b1c12487c

View File

@@ -73,7 +73,7 @@ class ToplevelWindow_information(customtkinter.CTkToplevel):
# create textbox information # create textbox information
self.textbox_information = customtkinter.CTkTextbox(self) self.textbox_information = customtkinter.CTkTextbox(self)
self.textbox_information.grid(row=0, column=0, padx=(10, 10), pady=(10, 10), sticky="nsew") 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経由でメッセージを送信するツールになります。 VRChatで使用されるChatBoxをOSC経由でメッセージを送信するツールになります。
@@ -112,6 +112,8 @@ https://twitter.com/misya_ai
# アップデート履歴 # アップデート履歴
[2023-05-29: v0.1b] v0.1b リリース [2023-05-29: v0.1b] v0.1b リリース
[2023-05-30: v0.2b]
- 翻訳機能有効無効のチェックボックスを追加
# 注意事項 # 注意事項
再配布とかはやめてね 再配布とかはやめてね