1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-13 00:10:37 +02:00

Desktop: Add a button to collapse or expand all folders (#11905)

This commit is contained in:
Laurent Cozic
2025-03-02 22:20:47 +00:00
committed by GitHub
parent 0cc0fec8c3
commit 06359834d6
13 changed files with 144 additions and 9 deletions

View File

@ -7,6 +7,7 @@ import * as permanentlyDeleteNote from './permanentlyDeleteNote';
import * as renderMarkup from './renderMarkup';
import * as showEditorPlugin from './showEditorPlugin';
import * as synchronize from './synchronize';
import * as toggleAllFolders from './toggleAllFolders';
import * as toggleEditorPlugin from './toggleEditorPlugin';
const index: any[] = [
@ -18,6 +19,7 @@ const index: any[] = [
renderMarkup,
showEditorPlugin,
synchronize,
toggleAllFolders,
toggleEditorPlugin,
];