1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +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

@ -2,6 +2,7 @@
import * as copyDevCommand from './copyDevCommand';
import * as editProfileConfig from './editProfileConfig';
import * as emptyTrash from './emptyTrash';
import * as exportDeletionLog from './exportDeletionLog';
import * as exportFolders from './exportFolders';
import * as exportNotes from './exportNotes';
import * as focusElement from './focusElement';
@ -22,6 +23,7 @@ const index: any[] = [
copyDevCommand,
editProfileConfig,
emptyTrash,
exportDeletionLog,
exportFolders,
exportNotes,
focusElement,