mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-07 05:31:25 -07:00
Add filter "Checking" to side panel (#15166)
This commit is contained in:
parent
933e56494c
commit
e5943b64c1
6 changed files with 23 additions and 0 deletions
|
@ -1314,6 +1314,10 @@ window.qBittorrent.DynamicTable = (function() {
|
|||
if (r == inactive)
|
||||
return false;
|
||||
break;
|
||||
case 'checking':
|
||||
if (state !== 'checkingUP' && state !== 'checkingDL' && state !== 'checkingResumeData')
|
||||
return false;
|
||||
break;
|
||||
case 'errored':
|
||||
if (state != 'error' && state != "unknown" && state != "missingFiles")
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue