Prechádzať zdrojové kódy

Fix fullscreen button.

Ian Walton 3 rokov pred
rodič
commit
a8e504997a
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  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);
-}
+}