diff --git a/src/components/apphost.js b/src/components/apphost.js index addc352c15..5b59b4fece 100644 --- a/src/components/apphost.js +++ b/src/components/apphost.js @@ -265,7 +265,11 @@ const supportedFeatures = function () { } features.push(AppFeature.DisplayLanguage); - features.push(AppFeature.DisplayMode); + + if (!browser.xboxOne) { + features.push(AppFeature.DisplayMode); + } + features.push(AppFeature.TargetBlank); features.push(AppFeature.Screensaver); diff --git a/src/controllers/user/controls/index.html b/src/controllers/user/controls/index.html index 512f3df05e..5ebaad84e9 100644 --- a/src/controllers/user/controls/index.html +++ b/src/controllers/user/controls/index.html @@ -6,7 +6,7 @@ ${Controls} -
+