1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-08 17:06:42 +00:00
This commit is contained in:
Laura
2025-08-26 00:23:16 +02:00
parent 35a04ebbf5
commit 5e10c86697

View File

@@ -93,7 +93,7 @@
$titleText.textContent = title;
document.title = title || "whiskr";
document.title = `whiskr${chatTitle ? ` - ${chatTitle}` : ""}`;
storeValue("title", chatTitle);
}