You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-13 22:12:50 +02:00
Remove separator between New Notebook and Close Window in File Menu (#1483)
This commit is contained in:
committed by
Laurent Cozic
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',
|
||||
|
Reference in New Issue
Block a user