[feat] update navigation mode default to legacy and improve display name (#5181)

* [feat] update navigation mode default to legacy and improve display name

- Change defaultsByInstallVersion from 'standard' to 'legacy' for version 1.25.0
- Update legacy navigation display name from 'Left-Click Pan (Legacy)' to 'Drag Navigation'
- Maintains both navigation systems over long term while improving UX clarity

* Update locales [skip ci]

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Christian Byrne
2025-08-23 12:29:29 -07:00
committed by GitHub
parent 95a1c86c23
commit 1e0ba5ce9b
10 changed files with 11 additions and 11 deletions

View File

@@ -32,7 +32,7 @@
"Comfy_Canvas_NavigationMode": {
"name": "캔버스 내비게이션 모드",
"options": {
"Left-Click Pan (Legacy)": "왼쪽 클릭 이동(레거시)",
"Drag Navigation": "드래그 내비게이션",
"Standard (New)": "표준(신규)"
}
},