mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-25 02:36:10 +03:00
WebUI: Update browser title even with no transfer going on
This commit is contained in:
parent
8eaaa41573
commit
8890d244e2
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||||
|
|
Loading…
Reference in a new issue