Fixed aspect lock while toggling cinema mode.

This commit is contained in:
rainbow napkin 2024-12-05 06:43:58 -05:00
parent 8233d36f52
commit b853d75836
2 changed files with 7 additions and 1 deletions

View file

@ -84,6 +84,9 @@ class player{
}else{
this.navBar.style.display = "none";
}
//Resize the video if we're aspect locked
this.client.chatBox.resizeAspect();
}
setOnUI(onUI){