mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 23:57: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",
|
large: "Large",
|
||||||
layout: "Layout",
|
layout: "Layout",
|
||||||
"left-stick": "Left stick",
|
"left-stick": "Left stick",
|
||||||
|
"limit-fps": "Limit FPS",
|
||||||
"load-failed-message": "Failed to run Better xCloud",
|
"load-failed-message": "Failed to run Better xCloud",
|
||||||
"loading-screen": "Loading screen",
|
"loading-screen": "Loading screen",
|
||||||
"local-co-op": "Local co-op",
|
"local-co-op": "Local co-op",
|
||||||
"lowest-quality": "Lowest quality",
|
"lowest-quality": "Lowest quality",
|
||||||
manage: "Manage",
|
manage: "Manage",
|
||||||
"map-mouse-to": "Map mouse to",
|
"map-mouse-to": "Map mouse to",
|
||||||
"max-fps": "Max FPS",
|
|
||||||
"may-not-work-properly": "May not work properly!",
|
"may-not-work-properly": "May not work properly!",
|
||||||
menu: "Menu",
|
menu: "Menu",
|
||||||
microphone: "Microphone",
|
microphone: "Microphone",
|
||||||
@ -1707,7 +1707,7 @@ class GlobalSettingsStorage extends BaseSettingsStore {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"video.maxFps": {
|
"video.maxFps": {
|
||||||
label: t("max-fps"),
|
label: t("limit-fps"),
|
||||||
default: 60,
|
default: 60,
|
||||||
min: 10,
|
min: 10,
|
||||||
max: 60,
|
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",
|
large: "Large",
|
||||||
layout: "Layout",
|
layout: "Layout",
|
||||||
"left-stick": "Left stick",
|
"left-stick": "Left stick",
|
||||||
|
"limit-fps": "Limit FPS",
|
||||||
"load-failed-message": "Failed to run Better xCloud",
|
"load-failed-message": "Failed to run Better xCloud",
|
||||||
"loading-screen": "Loading screen",
|
"loading-screen": "Loading screen",
|
||||||
"local-co-op": "Local co-op",
|
"local-co-op": "Local co-op",
|
||||||
"lowest-quality": "Lowest quality",
|
"lowest-quality": "Lowest quality",
|
||||||
manage: "Manage",
|
manage: "Manage",
|
||||||
"map-mouse-to": "Map mouse to",
|
"map-mouse-to": "Map mouse to",
|
||||||
"max-fps": "Max FPS",
|
|
||||||
"may-not-work-properly": "May not work properly!",
|
"may-not-work-properly": "May not work properly!",
|
||||||
menu: "Menu",
|
menu: "Menu",
|
||||||
microphone: "Microphone",
|
microphone: "Microphone",
|
||||||
@ -1782,7 +1782,7 @@ class GlobalSettingsStorage extends BaseSettingsStore {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"video.maxFps": {
|
"video.maxFps": {
|
||||||
label: t("max-fps"),
|
label: t("limit-fps"),
|
||||||
default: 60,
|
default: 60,
|
||||||
min: 10,
|
min: 10,
|
||||||
max: 60,
|
max: 60,
|
||||||
|
@ -652,7 +652,7 @@ export class GlobalSettingsStorage extends BaseSettingsStorage {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
[PrefKey.VIDEO_MAX_FPS]: {
|
[PrefKey.VIDEO_MAX_FPS]: {
|
||||||
label: t('max-fps'),
|
label: t('limit-fps'),
|
||||||
default: 60,
|
default: 60,
|
||||||
min: 10,
|
min: 10,
|
||||||
max: 60,
|
max: 60,
|
||||||
|
@ -157,13 +157,13 @@ const Texts = {
|
|||||||
"large": "Large",
|
"large": "Large",
|
||||||
"layout": "Layout",
|
"layout": "Layout",
|
||||||
"left-stick": "Left stick",
|
"left-stick": "Left stick",
|
||||||
|
"limit-fps": "Limit FPS",
|
||||||
"load-failed-message": "Failed to run Better xCloud",
|
"load-failed-message": "Failed to run Better xCloud",
|
||||||
"loading-screen": "Loading screen",
|
"loading-screen": "Loading screen",
|
||||||
"local-co-op": "Local co-op",
|
"local-co-op": "Local co-op",
|
||||||
"lowest-quality": "Lowest quality",
|
"lowest-quality": "Lowest quality",
|
||||||
"manage": "Manage",
|
"manage": "Manage",
|
||||||
"map-mouse-to": "Map mouse to",
|
"map-mouse-to": "Map mouse to",
|
||||||
"max-fps": "Max FPS",
|
|
||||||
"may-not-work-properly": "May not work properly!",
|
"may-not-work-properly": "May not work properly!",
|
||||||
"menu": "Menu",
|
"menu": "Menu",
|
||||||
"microphone": "Microphone",
|
"microphone": "Microphone",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user