👍️[Update] Model : messagebox send/typing/typing_stopで不要なコードを削除

This commit is contained in:
misyaguziya
2024-09-02 14:04:51 +09:00
parent 61c1ad624a
commit 2fd40aeb23

View File

@@ -364,15 +364,6 @@ def callbackMessageBoxTypingStop(*args, **kwargs) -> dict:
model.oscStopSendTyping()
return {"status":200}
def messageBoxFocusIn(e):
# view.foregroundOffIfForegroundEnabled()
pass
def messageBoxFocusOut(e):
# view.foregroundOnIfForegroundEnabled()
if config.ENABLE_SEND_MESSAGE_TO_VRC is True:
model.oscStopSendTyping()
# def addSentMessageLog(sent_message):
# config.SENT_MESSAGES_LOG.append(sent_message)
# config.CURRENT_SENT_MESSAGES_LOG_INDEX = len(config.SENT_MESSAGES_LOG)