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 GitHub
parent 5a334175a8
commit 30badbf36e

View File

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