diff options
Diffstat (limited to 'src/js/source.js')
-rw-r--r-- | src/js/source.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/js/source.js b/src/js/source.js index 9a6b219c..d252ba6b 100644 --- a/src/js/source.js +++ b/src/js/source.js @@ -136,6 +136,9 @@ const source = { // Setup interface ui.build.call(this); } + + // Update the fullscreen support + this.fullscreen.update(); }, true, ); |