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.
This commit is contained in:
Vincent Lang 2017-02-23 11:10:06 +01:00
parent 72ee8b8689
commit db6218ff61

View File

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