Procházet zdrojové kódy

Fix fullscreen button.

Ian Walton před 3 roky
rodič
revize
a8e504997a
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      native/nativeshell.js

+ 2 - 1
native/nativeshell.js

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