1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Desktop, Mobile: Resolves #10664: Allow user to generate deletion logs (#11083)

This commit is contained in:
pedr
2024-11-07 10:45:29 -03:00
committed by GitHub
parent 5a44f62fb6
commit 02a0d0d0cc
8 changed files with 167 additions and 0 deletions

View File

@@ -927,6 +927,7 @@ function useMenu(props: Props) {
separator(),
syncStatusItem,
separator(),
menuItemDic.exportDeletionLog,
{
id: 'help:toggleDevTools',
label: _('Toggle development tools'),

View File

@@ -56,6 +56,7 @@ export default function() {
'editor.sortSelectedLines',
'editor.swapLineUp',
'editor.swapLineDown',
'exportDeletionLog',
'toggleSafeMode',
'showShareNoteDialog',
'showShareFolderDialog',