mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-30 10:36:35 +02:00
macOS: Regression: Restore Edit menu in config screens so that Copy/Cut/Paste shortcuts work
This commit is contained in:
parent
db2282a351
commit
04cfd07176
@ -794,6 +794,15 @@ function useMenu(props:Props) {
|
||||
label: _('&File'),
|
||||
submenu: [quitMenuItem],
|
||||
},
|
||||
{
|
||||
label: _('&Edit'),
|
||||
submenu: [
|
||||
menuItemDic.textCopy,
|
||||
menuItemDic.textCut,
|
||||
menuItemDic.textPaste,
|
||||
menuItemDic.textSelectAll,
|
||||
],
|
||||
},
|
||||
]));
|
||||
} else {
|
||||
setMenu(Menu.buildFromTemplate(template));
|
||||
|
Loading…
Reference in New Issue
Block a user