1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-03 17:48:30 +00:00
This is a temporary, quick fix while a proper fix is developed.

* Fixed: Include necessary CSS for FrankerFaceZ that was recently removed from Twitch's own CSS bundle.
This commit is contained in:
SirStendec 2021-07-26 16:33:43 -04:00
parent cfd11c8e9e
commit e63157a412
3 changed files with 2724 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "frankerfacez", "name": "frankerfacez",
"author": "Dan Salvato LLC", "author": "Dan Salvato LLC",
"version": "4.28.1", "version": "4.28.2",
"description": "FrankerFaceZ is a Twitch enhancement suite.", "description": "FrankerFaceZ is a Twitch enhancement suite.",
"private": true, "private": true,
"license": "Apache-2.0", "license": "Apache-2.0",

View file

@ -1319,7 +1319,8 @@ export default class ChatHook extends Module {
'megacheer': this.chat.context.get('chat.bits.show'), 'megacheer': this.chat.context.get('chat.bits.show'),
'hype_train': this.chat.context.get('chat.banners.hype-train'), 'hype_train': this.chat.context.get('chat.banners.hype-train'),
'prediction': this.chat.context.get('chat.banners.prediction'), 'prediction': this.chat.context.get('chat.banners.prediction'),
'poll': this.chat.context.get('chat.banners.polls') 'poll': this.chat.context.get('chat.banners.polls'),
'mw-drop-available': false
}; };
const highlights = this.community_stack?.highlights; const highlights = this.community_stack?.highlights;

File diff suppressed because it is too large Load diff