mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-01-11 16:35:09 +01:00
refs #22 Remove reply shortcut
This commit is contained in:
parent
2b4d966ae2
commit
79a6d27ff6
@ -57,16 +57,6 @@ function createWindow () {
|
|||||||
click: () => {
|
click: () => {
|
||||||
mainWindow.webContents.send('CmdOrCtrl+N')
|
mainWindow.webContents.send('CmdOrCtrl+N')
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
type: 'separator'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'Reply',
|
|
||||||
accelerator: 'CmdOrCtrl+R',
|
|
||||||
click: () => {
|
|
||||||
mainWindow.webContents.send('CmdOrCtrl+R')
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user