mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
Change default value of "STREAM_TARGET_RESOLUTION" to "1080p"
This commit is contained in:
parent
ac6879c189
commit
5fb1dded42
@ -6452,7 +6452,7 @@ class Preferences {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
[Preferences.STREAM_TARGET_RESOLUTION]: {
|
[Preferences.STREAM_TARGET_RESOLUTION]: {
|
||||||
'default': 'auto',
|
'default': '1080p',
|
||||||
'options': {
|
'options': {
|
||||||
'auto': __('default'),
|
'auto': __('default'),
|
||||||
'1080p': '1080p',
|
'1080p': '1080p',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user