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

WebUI: Update browser title even with no transfer going on

This commit is contained in:
Gabriele 2015-02-02 01:34:47 +01:00
parent 8eaaa41573
commit 8890d244e2

View File

@ -271,7 +271,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({