🐛[bugfix] typo

This commit is contained in:
misyaguziya
2023-11-29 23:36:55 +09:00
parent 69f6e44720
commit 8cc95078e9

View File

@@ -611,7 +611,7 @@ class Config:
"Bing": None, "Bing": None,
"Google": None, "Google": None,
} }
self.WEIGHT_TYPE = "small" self._WEIGHT_TYPE = "small"
self._MESSAGE_FORMAT = "[message]([translation])" self._MESSAGE_FORMAT = "[message]([translation])"
self._ENABLE_AUTO_CLEAR_MESSAGE_BOX = True self._ENABLE_AUTO_CLEAR_MESSAGE_BOX = True
self._ENABLE_NOTICE_XSOVERLAY = False self._ENABLE_NOTICE_XSOVERLAY = False