Skip to content

Commit

Permalink
WebUI: fix missing error icon
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 authored and glassez committed Sep 18, 2023
1 parent 1b01efa commit 1c0fddf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webui/www/private/scripts/dynamicTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -1005,6 +1005,7 @@ window.qBittorrent.DynamicTable = (function() {
state = "force-recheck";
img_path = "images/force-recheck.svg";
break;
case "error":
case "unknown":
case "missingFiles":
state = "error";
Expand Down

0 comments on commit 1c0fddf

Please sign in to comment.