mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-28 13:38:30 +00:00
4.20.47
* 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:
parent
93908471bb
commit
b7a2ce3fcf
5 changed files with 30 additions and 13 deletions
|
@ -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', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue