1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2024-12-23 23:47:57 +01:00

refs #22 Remove reply shortcut

This commit is contained in:
AkiraFukushima 2018-03-21 11:42:53 +09:00
parent 2b4d966ae2
commit 79a6d27ff6

View File

@ -57,16 +57,6 @@ function createWindow () {
click: () => {
mainWindow.webContents.send('CmdOrCtrl+N')
}
},
{
type: 'separator'
},
{
label: 'Reply',
accelerator: 'CmdOrCtrl+R',
click: () => {
mainWindow.webContents.send('CmdOrCtrl+R')
}
}
]
},