mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 01:05:49 +01:00
client,server: Trilium Notes -> TriliumNext Notes (closes #195)
This commit is contained in:
@@ -645,7 +645,7 @@ export default class TabManager extends Component {
|
||||
const titleFragments = [
|
||||
// it helps to navigate in history if note title is included in the title
|
||||
await activeNoteContext.getNavigationTitle(),
|
||||
"Trilium Notes"
|
||||
"TriliumNext Notes"
|
||||
].filter(Boolean);
|
||||
|
||||
document.title = titleFragments.join(" - ");
|
||||
|
||||
Reference in New Issue
Block a user