mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 15:25:51 +01:00
converted import dialog to new pattern
This commit is contained in:
@@ -65,6 +65,7 @@ import JumpToNoteDialog from "../widgets/dialogs/jump_to_note.js";
|
||||
import AddLinkDialog from "../widgets/dialogs/add_link.js";
|
||||
import CloneToDialog from "../widgets/dialogs/clone_to.js";
|
||||
import MoveToDialog from "../widgets/dialogs/move_to.js";
|
||||
import ImportDialog from "../widgets/dialogs/import.js";
|
||||
|
||||
export default class DesktopLayout {
|
||||
constructor(customWidgets) {
|
||||
@@ -204,6 +205,7 @@ export default class DesktopLayout {
|
||||
.child(new JumpToNoteDialog())
|
||||
.child(new AddLinkDialog())
|
||||
.child(new CloneToDialog())
|
||||
.child(new MoveToDialog());
|
||||
.child(new MoveToDialog())
|
||||
.child(new ImportDialog());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user