1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-28 13:38:30 +00:00
* Changed: More fixes to hopefully fix player sizing issues on certain browsers in combination with certain settings.
* Changed: Send automatic error reports to our new server.
* Removed: Option to disable Twitch player speedup. Currently broken with no signs of Twitch fixing the player internals to make it work again.
This commit is contained in:
SirStendec 2020-11-14 14:08:27 -05:00
parent 93908471bb
commit b7a2ce3fcf
5 changed files with 30 additions and 13 deletions

View file

@ -138,7 +138,10 @@ export default class CSSTweaks extends Module {
]
},
changed: val => this.toggle('hide-side-nav', !val)
changed: val => {
this.toggle('hide-side-nav', !val);
this.emit('site.layout:resize');
}
});
this.settings.add('layout.side-nav.show-avatars', {