[Desktop] Ctrl+w to close workflow tab (#2282)

This commit is contained in:
Chenlei Hu
2025-01-17 20:02:54 -05:00
committed by GitHub
parent de570712df
commit 1a4e77a3ab

View File

@@ -181,6 +181,16 @@ import { electronAPI as getElectronAPI, isElectron } from '@/utils/envUtil'
}
],
keybindings: [
{
commandId: 'Workspace.CloseWorkflow',
combo: {
key: 'w',
ctrl: true
}
}
],
aboutPageBadges: [
{
label: 'ComfyUI_desktop v' + desktopAppVersion,