mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-05 02:28:31 +00:00
3.5.249. Add option to hide the Bits Tag display on streams such as EVO.
This commit is contained in:
parent
25eadeb89a
commit
0482887343
16 changed files with 72 additions and 81 deletions
|
@ -290,7 +290,7 @@ FFZ.prototype.modify_chat_input = function(component) {
|
|||
width = item.width ? (246 - item.width) + 'px' : null;
|
||||
|
||||
el.setAttribute('data-id', i);
|
||||
el.classList.toggle('ffz-is-favorite', item.favorite || false);
|
||||
el.classList.toggle('ffz-favorite', item.favorite || false);
|
||||
|
||||
if ( item.image ) {
|
||||
el.classList.add('has-image');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue