mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
[Web UI] Changes in labels implementation
This commit is contained in:
@@ -280,7 +280,7 @@ var dynamicTable = new Class({
|
||||
break;
|
||||
}
|
||||
|
||||
if (labelName == LABELS_ALL && row['full_data'].label.length > 0)
|
||||
if (labelName == LABELS_ALL)
|
||||
return true;
|
||||
|
||||
if (labelName == LABELS_UNLABELLED && row['full_data'].label.length === 0)
|
||||
|
||||
Reference in New Issue
Block a user