mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-08 23:30:53 +00:00
4.19.6
* Added: Display bits emote rewards in the FFZ Emote Menu alongside subscription emotes. * Changed: 2FA reward emotes are now labelled as such in their tool-tips. * Changed: Update the style for the chat pause notice at the bottom of chat to match the latest Twitch style and language. * Fixed: Disabling hosting not working on Mod View. * Fixed: Emote sets not being sorted correctly in the FFZ Emote Menu when combining multiple sets (such as multiple subscription tiers) into one section. * API Changed: The `setting-color-box` component now allows you to open the color picker up and not only down.
This commit is contained in:
parent
99eee7396d
commit
30b9a15c0d
12 changed files with 191 additions and 63 deletions
|
@ -85,7 +85,7 @@ export default class WebMunch extends Module {
|
|||
|
||||
webpackJsonpv3(chunk_ids, modules) {
|
||||
const names = chunk_ids.map(x => this._module_names[x] || x).join(', ');
|
||||
this.log.info(`Twitch Chunk Loaded: ${chunk_ids} (${names})`);
|
||||
this.log.debug(`Twitch Chunk Loaded: ${chunk_ids} (${names})`);
|
||||
this.log.debug(`Modules: ${Object.keys(modules)}`);
|
||||
|
||||
const res = this._original_loader.apply(window, arguments); // eslint-disable-line prefer-rest-params
|
||||
|
@ -129,7 +129,7 @@ export default class WebMunch extends Module {
|
|||
modules = data[1],
|
||||
names = Array.isArray(chunk_ids) && chunk_ids.map(x => this._module_names[x] || x).join(', ');
|
||||
|
||||
this.log.info(`Twitch Chunk Loaded: ${chunk_ids} (${names})`);
|
||||
this.log.debug(`Twitch Chunk Loaded: ${chunk_ids} (${names})`);
|
||||
this.log.debug(`Modules: ${Object.keys(modules)}`);
|
||||
|
||||
if ( modules )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue