Revert "closes #273 Add a top level menu for new toot"
This commit is contained in:
parent
1bcf507437
commit
064e899487
|
@ -116,11 +116,16 @@ function createWindow () {
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'New Toot',
|
label: 'Toot',
|
||||||
accelerator: 'CmdOrCtrl+N',
|
submenu: [
|
||||||
click: () => {
|
{
|
||||||
mainWindow.webContents.send('CmdOrCtrl+N')
|
label: 'New Toot',
|
||||||
}
|
accelerator: 'CmdOrCtrl+N',
|
||||||
|
click: () => {
|
||||||
|
mainWindow.webContents.send('CmdOrCtrl+N')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Edit',
|
label: 'Edit',
|
||||||
|
|
Loading…
Reference in New Issue