From 43133ac7ad2d568df9234e3a601b2feba49197d0 Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Sun, 17 Sep 2023 10:23:24 +0900 Subject: [PATCH] =?UTF-8?q?[Chore]=20Auto=20Clear=20The=20Message=20Box?= =?UTF-8?q?=E3=81=AF=E3=83=87=E3=83=95=E3=82=A9=E3=83=AB=E3=83=88=E3=81=A7?= =?UTF-8?q?ON=E3=81=AB=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 8055a675..41e1a154 100644 --- a/config.py +++ b/config.py @@ -514,7 +514,7 @@ class Config: "Google(web)": None, } self._MESSAGE_FORMAT = "[message]([translation])" - self._ENABLE_AUTO_CLEAR_MESSAGE_BOX = False + self._ENABLE_AUTO_CLEAR_MESSAGE_BOX = True self._ENABLE_NOTICE_XSOVERLAY = False self._ENABLE_OSC = False self._STARTUP_OSC_ENABLED_CHECK = True