mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
converted note type chooser dialog to new pattern
This commit is contained in:
@@ -60,6 +60,7 @@ import BranchPrefixDialog from "../widgets/dialogs/branch_prefix.js";
|
||||
import SortChildNotesDialog from "../widgets/dialogs/sort_child_notes.js";
|
||||
import PasswordNoteSetDialog from "../widgets/dialogs/password_not_set.js";
|
||||
import IncludeNoteDialog from "../widgets/dialogs/include_note.js";
|
||||
import NoteTypeChooserDialog from "../widgets/dialogs/note_type_chooser.js";
|
||||
|
||||
export default class DesktopLayout {
|
||||
constructor(customWidgets) {
|
||||
@@ -194,6 +195,7 @@ export default class DesktopLayout {
|
||||
.child(new BranchPrefixDialog())
|
||||
.child(new SortChildNotesDialog())
|
||||
.child(new PasswordNoteSetDialog())
|
||||
.child(new IncludeNoteDialog());
|
||||
.child(new IncludeNoteDialog())
|
||||
.child(new NoteTypeChooserDialog());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user