変数名 関数名変更: chatbox -> message box. メイン画面のテキスト入力欄の事はmessage box. chatboxはvrc内のchatboxもあるので呼び方を分ける

This commit is contained in:
Sakamoto Shiina
2023-09-01 03:29:33 +09:00
parent f3f549494e
commit 19b2cbb010
5 changed files with 20 additions and 20 deletions

View File

@@ -51,7 +51,7 @@ class ConfigWindow(CTkToplevel):
self.CALLBACK_SET_SPEAKER_MAX_PHRASES = None
# Others Tab
self.CALLBACK_SET_ENABLE_AUTO_CLEAR_CHATBOX = None
self.CALLBACK_SET_ENABLE_AUTO_CLEAR_MESSAGE_BOX = None
self.CALLBACK_SET_ENABLE_NOTICE_XSOVERLAY = None
self.CALLBACK_SET_MESSAGE_FORMAT = None