You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-13 00:10:37 +02:00
Desktop: Multiple window support (#11181)
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
This commit is contained in:
@ -62,7 +62,7 @@ module.exports = {
|
||||
src: '',
|
||||
fn: async function() {
|
||||
await processDirectory(`${rootDir}/packages/app-desktop/commands`);
|
||||
await processDirectory(`${rootDir}/packages/app-desktop/gui/MainScreen/commands`);
|
||||
await processDirectory(`${rootDir}/packages/app-desktop/gui/WindowCommandsAndDialogs/commands`);
|
||||
await processDirectory(`${rootDir}/packages/app-desktop/gui/NoteEditor/commands`);
|
||||
await processDirectory(`${rootDir}/packages/app-desktop/gui/NoteList/commands`);
|
||||
await processDirectory(`${rootDir}/packages/app-desktop/gui/NoteListControls/commands`);
|
||||
|
Reference in New Issue
Block a user