mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
feat(mobile): support branch prefix dialog
This commit is contained in:
@@ -8,6 +8,7 @@ import PromptDialog from "../widgets/dialogs/prompt.js";
|
||||
import AddLinkDialog from "../widgets/dialogs/add_link.js";
|
||||
import IncludeNoteDialog from "../widgets/dialogs/include_note.js";
|
||||
import BulkActionsDialog from "../widgets/dialogs/bulk_actions.js";
|
||||
import BranchPrefixDialog from "../widgets/dialogs/branch_prefix.js";
|
||||
|
||||
export function applyModals(rootContainer: RootContainer) {
|
||||
rootContainer
|
||||
@@ -15,7 +16,7 @@ export function applyModals(rootContainer: RootContainer) {
|
||||
.child(new AboutDialog())
|
||||
.child(new HelpDialog())
|
||||
.child(new RecentChangesDialog())
|
||||
// .child(new BranchPrefixDialog())
|
||||
.child(new BranchPrefixDialog())
|
||||
// .child(new SortChildNotesDialog())
|
||||
// .child(new PasswordNoteSetDialog())
|
||||
.child(new IncludeNoteDialog())
|
||||
|
||||
Reference in New Issue
Block a user