mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Add filter "Checking" to side panel (#15166)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user