mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
converted backend log dialog to new pattern
This commit is contained in:
@@ -55,6 +55,7 @@ import AboutDialog from "../widgets/dialogs/about.js";
|
||||
import NoteSourceDialog from "../dialogs/note_source.js";
|
||||
import HelpDialog from "../widgets/dialogs/help.js";
|
||||
import RecentChangesDialog from "../widgets/dialogs/recent_changes.js";
|
||||
import BackendLogDialog from "../widgets/dialogs/backend_log.js";
|
||||
|
||||
export default class DesktopLayout {
|
||||
constructor(customWidgets) {
|
||||
@@ -184,6 +185,7 @@ export default class DesktopLayout {
|
||||
.child(new AboutDialog())
|
||||
.child(new NoteSourceDialog())
|
||||
.child(new HelpDialog())
|
||||
.child(new RecentChangesDialog());
|
||||
.child(new RecentChangesDialog())
|
||||
.child(new BackendLogDialog());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user