Change the max value of video bitrate to 14 to discourage people from using it

This commit is contained in:
redphx 2024-05-12 21:49:54 +07:00
parent 8f8b7c6f22
commit 0ffa6b55b2

View File

@ -322,7 +322,7 @@ export class Preferences {
note: '⚠️ ' + t('unexpected-behavior'),
default: 0,
min: 0,
max: 15,
max: 14,
steps: 1,
params: {
suffix: ' Mb/s',