Minor fixes

This commit is contained in:
redphx
2024-05-18 15:38:03 +07:00
parent 4c593a298e
commit e52a296872
3 changed files with 4 additions and 3 deletions

View File

@@ -319,7 +319,7 @@ export class Preferences {
[PrefKey.BITRATE_VIDEO_MAX]: {
type: SettingElementType.NUMBER_STEPPER,
label: 'Maximum video bitrate',
label: t('bitrate-video-maximum'),
note: '⚠️ ' + t('unexpected-behavior'),
default: 0,
min: 0,