You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
This commit is contained in:
@@ -817,6 +817,7 @@ function useMenu(props: Props) {
|
|||||||
menuItemDic.setTags,
|
menuItemDic.setTags,
|
||||||
menuItemDic.showShareNoteDialog,
|
menuItemDic.showShareNoteDialog,
|
||||||
separator(),
|
separator(),
|
||||||
|
menuItemDic.showNoteProperties,
|
||||||
menuItemDic.showNoteContentProperties,
|
menuItemDic.showNoteContentProperties,
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -67,5 +67,6 @@ export default function() {
|
|||||||
'switchProfile2',
|
'switchProfile2',
|
||||||
'switchProfile3',
|
'switchProfile3',
|
||||||
'pasteAsText',
|
'pasteAsText',
|
||||||
|
'showNoteProperties',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user