Explorar o código

Fix fullscreen button.

Ian Walton %!s(int64=4) %!d(string=hai) anos
pai
achega
a8e504997a
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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);
-}
+}