Update texts in Settings

This commit is contained in:
redphx 2023-07-17 17:06:34 +07:00
parent 9874d36f3a
commit f4a3c38cca

View File

@ -51,13 +51,13 @@ class Preferences {
{ {
'id': Preferences.USE_DESKTOP_CODEC, 'id': Preferences.USE_DESKTOP_CODEC,
'label': 'Force high quality stream (same as desktop)', 'label': 'Force high quality stream',
'default': false, 'default': false,
}, },
{ {
'id': Preferences.DISABLE_BANDWIDTH_CHECKING, 'id': Preferences.DISABLE_BANDWIDTH_CHECKING,
'label': 'Disable bandwitdh checking', 'label': 'Disable bandwidth checking',
'default': false, 'default': false,
}, },
@ -81,7 +81,7 @@ class Preferences {
{ {
'id': Preferences.BLOCK_SOCIAL_FEATURES, 'id': Preferences.BLOCK_SOCIAL_FEATURES,
'label': 'Disable social features (Friends, Chat...)', 'label': 'Disable social features',
'default': false, 'default': false,
}, },
@ -209,9 +209,9 @@ function addCss() {
} }
.better_xcloud_settings_wrapper { .better_xcloud_settings_wrapper {
width: 400px; width: 450px;
margin: auto; margin: auto;
padding: 12px; padding: 12px 6px;
} }
.better_xcloud_settings_wrapper *:focus { .better_xcloud_settings_wrapper *:focus {