mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-03 06:07:19 +02:00
Change "Max FPS" to "Limit FPS"
This commit is contained in:
parent
9044a07c0b
commit
78c70b5d90
4
dist/better-xcloud.lite.user.js
vendored
4
dist/better-xcloud.lite.user.js
vendored
@ -343,13 +343,13 @@ var SUPPORTED_LANGUAGES = {
|
||||
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",
|
||||
@ -1707,7 +1707,7 @@ class GlobalSettingsStorage extends BaseSettingsStore {
|
||||
}
|
||||
},
|
||||
"video.maxFps": {
|
||||
label: t("max-fps"),
|
||||
label: t("limit-fps"),
|
||||
default: 60,
|
||||
min: 10,
|
||||
max: 60,
|
||||
|
4
dist/better-xcloud.user.js
vendored
4
dist/better-xcloud.user.js
vendored
@ -372,13 +372,13 @@ var SUPPORTED_LANGUAGES = {
|
||||
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",
|
||||
@ -1782,7 +1782,7 @@ class GlobalSettingsStorage extends BaseSettingsStore {
|
||||
}
|
||||
},
|
||||
"video.maxFps": {
|
||||
label: t("max-fps"),
|
||||
label: t("limit-fps"),
|
||||
default: 60,
|
||||
min: 10,
|
||||
max: 60,
|
||||
|
@ -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,
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user