Sfoglia il codice sorgente

Disable forceFSScreen setting on Embedded

We don't expect Embedded to be connected to more than one display, so it
makes no sense there. Also, it should always be in fullscreen.
Vincent Lang 7 anni fa
parent
commit
db6218ff61
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      resources/settings/settings_description.json

+ 1 - 0
resources/settings/settings_description.json

@@ -144,6 +144,7 @@
       },
       {
         "value": "forceFSScreen",
+        "platforms_excluded": [ "oe" ],
         "default": ""
       }
     ]