Skip to content

Commit

Permalink
Fix typo in coreSettings.ts (#2391)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
christian-byrne and github-actions authored Jan 31, 2025
1 parent f5d6ad0 commit ee61977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/constants/coreSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit ee61977

Please sign in to comment.