mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
[WebUI] Fix connection status icon too large. Closes #6804.
This commit is contained in:
committed by
sledgehammer999
parent
78c34b948e
commit
f1a7e8921a
@@ -390,6 +390,7 @@ window.addEvent('load', function () {
|
||||
$('connectionStatus').src = 'images/skin/firewalled.png';
|
||||
else
|
||||
$('connectionStatus').src = 'images/skin/disconnected.png';
|
||||
$('connectionStatus').style = 'height: 1.5em';
|
||||
|
||||
if (queueing_enabled != serverState.queueing) {
|
||||
queueing_enabled = serverState.queueing;
|
||||
|
||||
Reference in New Issue
Block a user