1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Add Print

This commit is contained in:
asmsuechan
2017-08-01 19:29:41 +09:00
parent 2324327e7e
commit 537ba537dc
2 changed files with 18 additions and 0 deletions

View File

@@ -106,6 +106,17 @@ const file = {
{
type: 'separator'
},
{
label: 'Print',
accelerator: 'CommandOrControl+P',
click () {
mainWindow.webContents.send('list:isMarkdownNote')
mainWindow.webContents.send('print')
}
},
{
type: 'separator'
},
{
label: 'Delete Note',
accelerator: macOS ? 'Control+Backspace' : 'Control+Delete',