From ddaedf52be211222b8c4ce835c4e2580d01a37da Mon Sep 17 00:00:00 2001 From: bymyself Date: Thu, 30 Jan 2025 23:18:37 -0800 Subject: [PATCH 1/2] Fix typo in coreSettings.ts --- src/constants/coreSettings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/coreSettings.ts b/src/constants/coreSettings.ts index 6c191c92d..6d1e99755 100644 --- a/src/constants/coreSettings.ts +++ b/src/constants/coreSettings.ts @@ -654,7 +654,7 @@ export const CORE_SETTINGS: SettingParams[] = [ }, { id: 'LiteGraph.Canvas.MaximumFps', - name: 'Maxium FPS', + name: 'Maximum FPS', tooltip: 'The maximum frames per second that the canvas is allowed to render. Caps GPU usage at the cost of smoothness. If 0, the screen refresh rate is used. Default: 0', type: 'slider', From e3b1cc11d0184c0d79677d48ca74acc8bbb5e963 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 31 Jan 2025 07:23:32 +0000 Subject: [PATCH 2/2] Update locales [skip ci] --- src/locales/en/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en/settings.json b/src/locales/en/settings.json index 5ed15c18c..fc7b383de 100644 --- a/src/locales/en/settings.json +++ b/src/locales/en/settings.json @@ -318,7 +318,7 @@ } }, "LiteGraph_Canvas_MaximumFps": { - "name": "Maxium FPS", + "name": "Maximum FPS", "tooltip": "The maximum frames per second that the canvas is allowed to render. Caps GPU usage at the cost of smoothness. If 0, the screen refresh rate is used. Default: 0" }, "LiteGraph_ContextMenu_Scaling": {