mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
Update texts in Settings
This commit is contained in:
parent
9874d36f3a
commit
f4a3c38cca
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user