Change STREAM_TARGET_RESOLUTION's default value back to "auto"

This commit is contained in:
redphx 2024-03-09 21:29:19 +07:00
parent c207025df9
commit 1e7bc366ca

View File

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