1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-28 17:00:54 +00:00
This is the first release built with the updated build toolchain. Please let me know if you find anything unexpected that broke.

* Added: Setting to treat known usernames in chat as mentions even without an at sign (@) prefix.
* Added: Setting to automatically claim drops.
* Added: Setting to hide the Subtember banner.
* Changed: The stream latency metadata tool-tip now includes the buffer size value.
* Fixed: The stream latency metadata was not appearing on the new mod view layout.
* Fixed: The sub/bits leaderboard appearing in chat when it should be hidden by a setting.
* Fixed: Incorrect text color on the Subtember banner.
This commit is contained in:
SirStendec 2023-09-06 16:10:47 -04:00
parent 10ca28098b
commit 588d3e3da9
13 changed files with 243 additions and 11 deletions

View file

@ -228,6 +228,11 @@ export default class ModView extends Module {
//if ( channel?.id && channel.id != this._cached_id )
// this.checkRoot();
if ( this._cached_bar_id != channel?.id ) {
this._cached_bar_id = channel?.id;
this._cached_bar_channel = channel;
}
if ( title != el._cached_title || game?.id != el._cached_game ) {
el._cached_title = title;
el._cached_game = game?.id;
@ -277,7 +282,7 @@ export default class ModView extends Module {
updateMetadata(el, keys) {
const cont = el._ffz_cont,
channel = this._cached_channel;
channel = this._cached_bar_channel;
//root = this.fine.getReactInstance(el);
/*let channel = null, state = root?.return?.memoizedState, i = 0;