1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 12:55:55 +00:00
* Fixed: Directory items not being hidden correctly.
This commit is contained in:
SirStendec 2024-12-04 00:39:40 -05:00
parent f2e7694b3b
commit 18bff3371d
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -840,7 +840,7 @@ export default class Directory extends Module {
if ( ! hide_container )
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);
this.updateUptime(el, item, for_exp);