mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
4.76.2
* Fixed: Directory items not being hidden correctly.
This commit is contained in:
parent
f2e7694b3b
commit
18bff3371d
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "frankerfacez",
|
"name": "frankerfacez",
|
||||||
"author": "Dan Salvato LLC",
|
"author": "Dan Salvato LLC",
|
||||||
"version": "4.76.1",
|
"version": "4.76.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",
|
||||||
|
|
|
@ -840,7 +840,7 @@ export default class Directory extends Module {
|
||||||
if ( ! hide_container )
|
if ( ! hide_container )
|
||||||
hide_container = el;
|
hide_container = el;
|
||||||
|
|
||||||
if ( hide_container.querySelectorAll('.tw-aspect .tw-image').length < 2 )
|
if ( hide_container.querySelectorAll('.tw-aspect .tw-image:not(.tw-image-avatar)').length < 2 )
|
||||||
hide_container.classList.toggle('tw-hide', should_hide);
|
hide_container.classList.toggle('tw-hide', should_hide);
|
||||||
|
|
||||||
this.updateUptime(el, item, for_exp);
|
this.updateUptime(el, item, for_exp);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue