From 0ffa6b55b2acaf29a8ccf4d23a648b8a9713e028 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sun, 12 May 2024 21:49:54 +0700 Subject: [PATCH] Change the max value of video bitrate to 14 to discourage people from using it --- src/utils/preferences.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/preferences.ts b/src/utils/preferences.ts index e970898..d620417 100644 --- a/src/utils/preferences.ts +++ b/src/utils/preferences.ts @@ -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',