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

add 'Format Table' in the File menu

This commit is contained in:
amedora
2018-06-26 14:48:07 +09:00
parent 7bacd6f8f0
commit 82db986bd7

View File

@@ -136,6 +136,15 @@ const file = {
{
type: 'separator'
},
{
label: 'Format Table',
click () {
mainWindow.webContents.send('code:format-table')
}
},
{
type: 'separator'
},
{
label: 'Print',
accelerator: 'CommandOrControl+P',