1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

Merge pull request #2486 from pmzqla/webui-title

WebUI: Update browser title even with no transfer going on
This commit is contained in:
sledgehammer999 2015-02-12 16:06:08 +02:00
commit 58c9a094f4

View File

@ -274,7 +274,7 @@ window.addEvent('load', function () {
$('speedInBrowserTitleBarLink').firstChild.style.opacity = '1';
else
$('speedInBrowserTitleBarLink').firstChild.style.opacity = '0';
updateMainData();
processServerState();
});
new MochaUI.Panel({