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