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:
parent
b2129cb8c4
commit
a757aefce0
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user