If the big play present is not enabled, drop the script and prevent player breakage

This commit is contained in:
Korbs 2024-12-01 14:24:16 -05:00
parent 1d67fd090c
commit 1bdcb245db

View file

@ -355,7 +355,7 @@ function PlayItAgain() {
// Init All Functions // Init All Functions
AutoToggleControls() AutoToggleControls()
BigPresentButton() if (BigPlayButton === true) {BigPresentButton()} else {null}
Fullscreen() Fullscreen()
Gestures() Gestures()
KeyboardShortcuts() KeyboardShortcuts()