Sfoglia il codice sorgente

Fix fullscreen button.

Ian Walton 4 anni fa
parent
commit
a8e504997a
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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);
-}
+}