mirror of
https://github.com/coalaura/whiskr.git
synced 2025-09-08 17:06:42 +00:00
tweaks
This commit is contained in:
@@ -93,7 +93,7 @@
|
|||||||
|
|
||||||
$titleText.textContent = title;
|
$titleText.textContent = title;
|
||||||
|
|
||||||
document.title = title || "whiskr";
|
document.title = `whiskr${chatTitle ? ` - ${chatTitle}` : ""}`;
|
||||||
|
|
||||||
storeValue("title", chatTitle);
|
storeValue("title", chatTitle);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user