You've already forked joplin
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:
@ -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,
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user