Change "Target Resolution > Auto" to "Default"

This commit is contained in:
redphx 2023-10-27 17:26:33 +07:00
parent e6e8297632
commit d3e0ba9d9f

View File

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