mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Merge pull request #2486 from pmzqla/webui-title
WebUI: Update browser title even with no transfer going on
This commit is contained in:
commit
58c9a094f4
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ window.addEvent('load', function () {
|
||||||
$('speedInBrowserTitleBarLink').firstChild.style.opacity = '1';
|
$('speedInBrowserTitleBarLink').firstChild.style.opacity = '1';
|
||||||
else
|
else
|
||||||
$('speedInBrowserTitleBarLink').firstChild.style.opacity = '0';
|
$('speedInBrowserTitleBarLink').firstChild.style.opacity = '0';
|
||||||
updateMainData();
|
processServerState();
|
||||||
});
|
});
|
||||||
|
|
||||||
new MochaUI.Panel({
|
new MochaUI.Panel({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue