♿ startup wizard
This commit is contained in:
@@ -53,6 +53,12 @@ function buildAppMenu(win: BrowserWindow): void {
|
||||
{
|
||||
label: 'File',
|
||||
submenu: [
|
||||
{
|
||||
label: 'Open…',
|
||||
accelerator: 'CmdOrCtrl+Shift+O',
|
||||
click: () => send(win, 'openProject')
|
||||
},
|
||||
{ type: 'separator' },
|
||||
{
|
||||
label: 'Save',
|
||||
accelerator: 'CmdOrCtrl+S',
|
||||
|
||||
Reference in New Issue
Block a user