Change default value of "STREAM_TARGET_RESOLUTION" to "1080p"

This commit is contained in:
redphx 2024-02-07 10:53:12 +07:00
parent ac6879c189
commit 5fb1dded42

View File

@ -6452,7 +6452,7 @@ class Preferences {
},
},
[Preferences.STREAM_TARGET_RESOLUTION]: {
'default': 'auto',
'default': '1080p',
'options': {
'auto': __('default'),
'1080p': '1080p',