Use Zotero.appName in window title

This commit is contained in:
Abe Jellinek 2023-05-25 09:13:42 +03:00
parent 91fec9024c
commit 6405997723

View file

@ -80,7 +80,7 @@ var Zotero_Tabs = new function () {
iconBackgroundImage: tab.iconBackgroundImage
})));
var { tab } = this._getTab(this._selectedID);
document.title = (tab.title.length ? tab.title + ' - ' : '') + 'Zotero';
document.title = (tab.title.length ? tab.title + ' - ' : '') + Zotero.appName;
this._updateTabBar();
// Hide any tab `title` tooltips that might be open
window.Zotero_Tooltip.stop();