From 2fd40aeb23e0ebe1222d22182c594bb31f494694 Mon Sep 17 00:00:00 2001 From: misyaguziya Date: Mon, 2 Sep 2024 14:04:51 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8D=EF=B8=8F[Update]=20Model=20:=20mes?= =?UTF-8?q?sagebox=20send/typing/typing=5Fstop=E3=81=A7=E4=B8=8D=E8=A6=81?= =?UTF-8?q?=E3=81=AA=E3=82=B3=E3=83=BC=E3=83=89=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-python/webui_controller.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src-python/webui_controller.py b/src-python/webui_controller.py index 78915e37..f6b6b285 100644 --- a/src-python/webui_controller.py +++ b/src-python/webui_controller.py @@ -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)