mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
events for updating title (no saving yet)
This commit is contained in:
@@ -155,6 +155,10 @@ class AppContext {
|
||||
}
|
||||
}
|
||||
|
||||
noteTitleChangedListener() {
|
||||
this._setTitleBar();
|
||||
}
|
||||
|
||||
async _setTitleBar() {
|
||||
document.title = "Trilium Notes";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user