mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -07:00
Merge pull request #6805 from Chocobo1/icon
Fix icon too large. Closes #6804.
This commit is contained in:
commit
b8d2fef653
1 changed files with 2 additions and 1 deletions
|
@ -390,6 +390,7 @@ window.addEvent('load', function () {
|
||||||
$('connectionStatus').src = 'images/skin/firewalled.png';
|
$('connectionStatus').src = 'images/skin/firewalled.png';
|
||||||
else
|
else
|
||||||
$('connectionStatus').src = 'images/skin/disconnected.png';
|
$('connectionStatus').src = 'images/skin/disconnected.png';
|
||||||
|
$('connectionStatus').style = 'height: 1.5em';
|
||||||
|
|
||||||
if (queueing_enabled != serverState.queueing) {
|
if (queueing_enabled != serverState.queueing) {
|
||||||
queueing_enabled = serverState.queueing;
|
queueing_enabled = serverState.queueing;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue