Explorar el Código

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 hace 7 años
padre
commit
db6218ff61
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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": ""
       }
     ]