1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-09 15:50:53 +00:00
* Added: Setting to hide the "New Settings" badge that displays on the FFZ Control Center button when there are new settings.
* Fixed: Incorrect locale detection causing Algolia queries to fail when loading auto-completion for tags.
This commit is contained in:
SirStendec 2019-06-19 13:55:04 -04:00
parent 7c9272e727
commit 567708b7f1
3 changed files with 57 additions and 3 deletions

View file

@ -151,7 +151,7 @@ ${typeof x[1] === 'string' ? x[1] : JSON.stringify(x[1], null, 4)}`
FrankerFaceZ.Logger = Logger;
const VER = FrankerFaceZ.version_info = {
major: 4, minor: 5, revision: 1,
major: 4, minor: 5, revision: 2,
commit: __git_commit__,
build: __webpack_hash__,
toString: () =>