1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-09 14:27:56 +00:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1006,6 +1006,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";