1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Remove separator between New Notebook and Close Window in File Menu (#1483)

This commit is contained in:
Michael Schneider 2019-05-02 07:55:48 -07:00 committed by Laurent Cozic
parent b2129cb8c4
commit a757aefce0

View File

@ -588,9 +588,6 @@ class Application extends BaseApplication {
newNoteItem,
newTodoItem,
newNotebookItem, {
type: 'separator',
visible: shim.isMac() ? true : false
}, {
label: _('Close Window'),
platforms: ['darwin'],
accelerator: 'Command+W',