mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
Converted remaining icons to svg
This commit is contained in:
parent
f3c65f34b6
commit
9f8f9b6702
31 changed files with 290 additions and 29 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue