Adding quit to menus

This commit is contained in:
2025-07-14 23:42:51 -05:00
parent 080cc22841
commit ae60905eb4
3 changed files with 9 additions and 0 deletions

View File

@@ -22,6 +22,9 @@ const load = (win) => {
}, {
label: 'Terminal',
click: () => {}
}, {
label: "Quit",
click: () => win.webContents.send('menu-actions', "quit")
}
]
}, {