Add Comfy-Desktop.OpenUserGuide in help menu (#1896)

* Add Comfy-Desktop.OpenUserGuide in help menu

* Update locales [skip ci]

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Chenlei Hu
2024-12-12 16:39:54 -08:00
committed by GitHub
parent 28ab86cd4a
commit fc8c10bca4
11 changed files with 32 additions and 1 deletions

View File

@@ -101,6 +101,14 @@ import { electronAPI as getElectronAPI, isElectron } from '@/utils/envUtil'
window.open('https://forum.comfy.org/c/v1-feedback/', '_blank')
}
},
{
id: 'Comfy-Desktop.OpenUserGuide',
label: 'Desktop User Guide',
icon: 'pi pi-book',
function() {
window.open('https://comfyorg.notion.site/', '_blank')
}
},
{
id: 'Comfy-Desktop.Reinstall',
label: 'Reinstall',
@@ -128,7 +136,10 @@ import { electronAPI as getElectronAPI, isElectron } from '@/utils/envUtil'
menuCommands: [
{
path: ['Help'],
commands: ['Comfy-Desktop.OpenFeedbackPage']
commands: [
'Comfy-Desktop.OpenUserGuide',
'Comfy-Desktop.OpenFeedbackPage'
]
},
{
path: ['Help'],