mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-27 08:20:55 +00:00
Fix Playback Statistics in Mod View
This commit is contained in:
parent
5ce9e49496
commit
f34e3461c1
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ export default class ModView extends Module {
|
||||||
);
|
);
|
||||||
|
|
||||||
this.ModInfoBar = this.elemental.define(
|
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'],
|
['mod-view'],
|
||||||
{childNodes: true, subtree: true}, 1, 30000, false
|
{childNodes: true, subtree: true}, 1, 30000, false
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue