Fix typo in coreSettings.ts (#2391)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
bymyself
2025-01-31 08:50:16 -07:00
committed by GitHub
parent f5d6ad07e8
commit ee6197785a
2 changed files with 2 additions and 2 deletions

View File

@@ -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',

View File

@@ -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": {