1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Mobile: Resolves #10763: Support permanent note deletion on mobile (#10786)

This commit is contained in:
Henry Heino
2024-09-21 05:05:27 -07:00
committed by GitHub
parent 050a896c8b
commit 220f867814
9 changed files with 88 additions and 65 deletions

View File

@@ -1,13 +1,17 @@
// AUTO-GENERATED using `gulp buildScriptIndexes`
import * as deleteNote from './deleteNote';
import * as historyBackward from './historyBackward';
import * as historyForward from './historyForward';
import * as openMasterPasswordDialog from './openMasterPasswordDialog';
import * as permanentlyDeleteNote from './permanentlyDeleteNote';
import * as synchronize from './synchronize';
const index: any[] = [
deleteNote,
historyBackward,
historyForward,
openMasterPasswordDialog,
permanentlyDeleteNote,
synchronize,
];