mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Merge pull request #3375 from ngosang/completed_filter
Add Force Seeding state to Completed filter
This commit is contained in:
commit
948b2c0410
1 changed files with 2 additions and 1 deletions
|
@ -680,7 +680,8 @@ bool TorrentHandle::isCompleted() const
|
||||||
|| m_state == TorrentState::StalledUploading
|
|| m_state == TorrentState::StalledUploading
|
||||||
|| m_state == TorrentState::CheckingUploading
|
|| m_state == TorrentState::CheckingUploading
|
||||||
|| m_state == TorrentState::PausedUploading
|
|| m_state == TorrentState::PausedUploading
|
||||||
|| m_state == TorrentState::QueuedUploading;
|
|| m_state == TorrentState::QueuedUploading
|
||||||
|
|| m_state == TorrentState::ForcedUploading;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool TorrentHandle::isActive() const
|
bool TorrentHandle::isActive() const
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue