1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 02:06:29 +00:00

modify: fix for ESLint

This commit is contained in:
sota1235
2017-04-22 13:00:25 +09:00
parent db468fc095
commit 313bacf9dc

View File

@@ -13,31 +13,31 @@ const boost = macOS
submenu: [
{
label: 'About Boostnote',
selector: 'orderFrontStandardAboutPanel:',
selector: 'orderFrontStandardAboutPanel:'
},
{
type: 'separator',
type: 'separator'
},
{
label: 'Hide Boostnote',
accelerator: 'Command+H',
selector: 'hide:',
selector: 'hide:'
},
{
label: 'Hide Others',
accelerator: 'Command+Shift+H',
selector: 'hideOtherApplications:',
selector: 'hideOtherApplications:'
},
{
label: 'Show All',
selector: 'unhideAllApplications:',
selector: 'unhideAllApplications:'
},
{
type: 'separator',
type: 'separator'
},
{
label: 'Quit Boostnote',
role: 'quit',
role: 'quit'
}
]
}