mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Converted remaining icons to svg
This commit is contained in:
committed by
sledgehammer999
parent
f3c65f34b6
commit
9f8f9b6702
@@ -515,9 +515,9 @@ window.addEvent('load', function() {
|
||||
|
||||
var updateAltSpeedIcon = function(enabled) {
|
||||
if (enabled)
|
||||
$('alternativeSpeedLimits').src = "images/slow.png";
|
||||
$('alternativeSpeedLimits').src = "images/slow.svg";
|
||||
else
|
||||
$('alternativeSpeedLimits').src = "images/slow_off.png";
|
||||
$('alternativeSpeedLimits').src = "images/slow_off.svg";
|
||||
};
|
||||
|
||||
$('alternativeSpeedLimits').addEvent('click', function() {
|
||||
|
||||
Reference in New Issue
Block a user