Browse Source

WebUI: fix missing error icon

PR #19610.
Closes #18737.
adaptive-webui-19844
Trim21 1 year ago committed by GitHub
parent
commit
30badbf36e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/webui/www/private/scripts/dynamicTable.js

1
src/webui/www/private/scripts/dynamicTable.js

@ -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";

Loading…
Cancel
Save