update information
This commit is contained in:
4
VRCT.py
4
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]
|
||||
- 翻訳機能有効無効のチェックボックスを追加
|
||||
|
||||
# 注意事項
|
||||
再配布とかはやめてね
|
||||
|
||||
Reference in New Issue
Block a user