mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
converted note source dialog to new pattern
This commit is contained in:
@@ -52,6 +52,7 @@ import FindWidget from "../widgets/find.js";
|
||||
import TocWidget from "../widgets/toc.js";
|
||||
import BulkActionsDialog from "../widgets/dialogs/bulk_actions.js";
|
||||
import AboutDialog from "../widgets/dialogs/about.js";
|
||||
import NoteSourceDialog from "../dialogs/note_source.js";
|
||||
|
||||
export default class DesktopLayout {
|
||||
constructor(customWidgets) {
|
||||
@@ -178,6 +179,7 @@ export default class DesktopLayout {
|
||||
)
|
||||
)
|
||||
.child(new BulkActionsDialog())
|
||||
.child(new AboutDialog());
|
||||
.child(new AboutDialog())
|
||||
.child(new NoteSourceDialog());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user