mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-05 18:48:31 +00:00
4.0.0-rc6.2
* Fixed: Clear Chat prevention not working because the localization module was not available when generating the message.
This commit is contained in:
parent
8022cbc8be
commit
badb3f296e
2 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,7 @@ class FrankerFaceZ extends Module {
|
||||||
FrankerFaceZ.Logger = Logger;
|
FrankerFaceZ.Logger = Logger;
|
||||||
|
|
||||||
const VER = FrankerFaceZ.version_info = {
|
const VER = FrankerFaceZ.version_info = {
|
||||||
major: 4, minor: 0, revision: 0, extra: '-rc6.1',
|
major: 4, minor: 0, revision: 0, extra: '-rc6.2',
|
||||||
commit: __git_commit__,
|
commit: __git_commit__,
|
||||||
build: __webpack_hash__,
|
build: __webpack_hash__,
|
||||||
toString: () =>
|
toString: () =>
|
||||||
|
|
|
@ -131,6 +131,7 @@ export default class ChatHook extends Module {
|
||||||
this.inverse_colors = new ColorAdjuster;
|
this.inverse_colors = new ColorAdjuster;
|
||||||
|
|
||||||
this.inject('settings');
|
this.inject('settings');
|
||||||
|
this.inject('i18n');
|
||||||
|
|
||||||
this.inject('site');
|
this.inject('site');
|
||||||
this.inject('site.router');
|
this.inject('site.router');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue