From f4a3c38cca5c5143757cd3018712db52ea992a6d Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Mon, 17 Jul 2023 17:06:34 +0700 Subject: [PATCH] Update texts in Settings --- better-xcloud.user.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/better-xcloud.user.js b/better-xcloud.user.js index 7940b79..c3cfa49 100644 --- a/better-xcloud.user.js +++ b/better-xcloud.user.js @@ -51,13 +51,13 @@ class Preferences { { 'id': Preferences.USE_DESKTOP_CODEC, - 'label': 'Force high quality stream (same as desktop)', + 'label': 'Force high quality stream', 'default': false, }, { 'id': Preferences.DISABLE_BANDWIDTH_CHECKING, - 'label': 'Disable bandwitdh checking', + 'label': 'Disable bandwidth checking', 'default': false, }, @@ -81,7 +81,7 @@ class Preferences { { 'id': Preferences.BLOCK_SOCIAL_FEATURES, - 'label': 'Disable social features (Friends, Chat...)', + 'label': 'Disable social features', 'default': false, }, @@ -209,9 +209,9 @@ function addCss() { } .better_xcloud_settings_wrapper { - width: 400px; + width: 450px; margin: auto; - padding: 12px; + padding: 12px 6px; } .better_xcloud_settings_wrapper *:focus {