🐛[bugfix] typo
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user