Browse Source

Fix fullscreen button.

Ian Walton 3 years ago
parent
commit
a8e504997a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      native/nativeshell.js

+ 2 - 1
native/nativeshell.js

@@ -10,6 +10,7 @@ const features = [
     "clientsettings",
     "multiserver",
     "remotecontrol",
+    "fullscreenchange",
 ];
 
 const plugins = [
@@ -258,4 +259,4 @@ async function showSettingsModal() {
         modalContainer.remove();
     });
     closeContainer.appendChild(close);
-}
+}