Add LiteGraph.Canvas.LowQualityRenderingZoomThreshold setting (#2412)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Chenlei Hu
2025-02-03 17:28:07 -08:00
committed by GitHub
parent 90914a40ba
commit 98c197e8b1
9 changed files with 50 additions and 1 deletions

View File

@@ -317,6 +317,10 @@
"Topbar (2nd-row)": "トップバー2行目"
}
},
"LiteGraph_Canvas_LowQualityRenderingZoomThreshold": {
"name": "低品質レンダリングズーム閾値",
"tooltip": "ズームアウト時に低品質の形状をレンダリングする"
},
"LiteGraph_Canvas_MaximumFps": {
"name": "最大FPS",
"tooltip": "キャンバスがレンダリングできる最大フレーム数です。スムーズさの代わりにGPU使用量を制限します。0の場合、画面のリフレッシュレートが使用されます。デフォルト0"