From bcb66ac1503f58cd43ce00bdb84b7c13828b519c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20F=C3=A4th?= Date: Wed, 10 Jul 2019 14:31:42 +0200 Subject: [PATCH] Enable display mode setting --- src/components/apphost.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/apphost.js b/src/components/apphost.js index 775fc9c7db..718d8f7db1 100644 --- a/src/components/apphost.js +++ b/src/components/apphost.js @@ -274,6 +274,7 @@ define(["appSettings", "browser", "events", "htmlMediaHelper"], function (appSet features.push("displaylanguage"); features.push("otherapppromotions"); + features.push("displaymode"); features.push("targetblank"); // allows users to connect to more than one server //features.push("multiserver");