Change "Max FPS" to "Limit FPS"

This commit is contained in:
redphx
2024-12-08 11:20:35 +07:00
parent 9044a07c0b
commit 78c70b5d90
4 changed files with 6 additions and 6 deletions

View File

@@ -652,7 +652,7 @@ export class GlobalSettingsStorage extends BaseSettingsStorage {
},
},
[PrefKey.VIDEO_MAX_FPS]: {
label: t('max-fps'),
label: t('limit-fps'),
default: 60,
min: 10,
max: 60,