1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-27 00:10:55 +00:00

Fix Playback Statistics in Mod View

This commit is contained in:
Trubbel 2025-08-18 05:21:44 +02:00 committed by GitHub
parent 5ce9e49496
commit f34e3461c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ export default class ModView extends Module {
);
this.ModInfoBar = this.elemental.define(
'mod-info-bar', '.modview-player-widget__stream-info .simplebar-content',
'mod-info-bar', '.modview-player-widget__stream-info .scrollable-area',
['mod-view'],
{childNodes: true, subtree: true}, 1, 30000, false
);