mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-27 16:30:55 +00:00
Merge pull request #1728 from Trubbel/patch-1
Fix Playback Statistics in Mod View
This commit is contained in:
commit
dcb90e20b7
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