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,

View File

@@ -157,13 +157,13 @@ const Texts = {
"large": "Large",
"layout": "Layout",
"left-stick": "Left stick",
"limit-fps": "Limit FPS",
"load-failed-message": "Failed to run Better xCloud",
"loading-screen": "Loading screen",
"local-co-op": "Local co-op",
"lowest-quality": "Lowest quality",
"manage": "Manage",
"map-mouse-to": "Map mouse to",
"max-fps": "Max FPS",
"may-not-work-properly": "May not work properly!",
"menu": "Menu",
"microphone": "Microphone",