WebUI: fix missing error icon

PR #19610.
Closes #18737.
This commit is contained in:
Trim21 2023-09-18 21:42:03 +08:00 committed by Vladimir Golovnev
parent edeb62c25d
commit 81a3479fd7

View file

@ -1005,6 +1005,7 @@ window.qBittorrent.DynamicTable = (function() {
state = "force-recheck"; state = "force-recheck";
img_path = "images/force-recheck.svg"; img_path = "images/force-recheck.svg";
break; break;
case "error":
case "unknown": case "unknown":
case "missingFiles": case "missingFiles":
state = "error"; state = "error";