mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-29 19:13:59 +02:00
This commit is contained in:
parent
0a739e099d
commit
5e8ed8bc24
@ -347,6 +347,12 @@ function useMenu(props: Props) {
|
||||
}
|
||||
}
|
||||
|
||||
importItems.push({ type: 'separator' });
|
||||
importItems.push({
|
||||
label: _('Other applications...'),
|
||||
click: () => { void bridge().openExternal('https://discourse.joplinapp.org/t/importing-notes-from-other-notebook-applications/22425'); },
|
||||
});
|
||||
|
||||
exportItems.push(
|
||||
menuItemDic.exportPdf
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user