Merge branch 'verion_name' into develop

This commit is contained in:
misyaguziya
2023-06-03 01:39:24 +09:00

View File

@@ -98,7 +98,7 @@ class ToplevelWindowInformation(customtkinter.CTkToplevel):
font=customtkinter.CTkFont(family=FONT_FAMILY) font=customtkinter.CTkFont(family=FONT_FAMILY)
) )
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.2b) textbox_information_message = """VRCT(v0.3b)
# 概要 # 概要
VRChatで使用されるChatBoxをOSC経由でメッセージを送信するツールになります。 VRChatで使用されるChatBoxをOSC経由でメッセージを送信するツールになります。