mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-29 13:58:51 +03:00
Add Force Seeding state to Completed filter
This commit is contained in:
parent
d0b54b0797
commit
ac2c8a3d30
1 changed files with 2 additions and 1 deletions
|
@ -680,7 +680,8 @@ bool TorrentHandle::isCompleted() const
|
|||
|| m_state == TorrentState::StalledUploading
|
||||
|| m_state == TorrentState::CheckingUploading
|
||||
|| m_state == TorrentState::PausedUploading
|
||||
|| m_state == TorrentState::QueuedUploading;
|
||||
|| m_state == TorrentState::QueuedUploading
|
||||
|| m_state == TorrentState::ForcedUploading;
|
||||
}
|
||||
|
||||
bool TorrentHandle::isActive() const
|
||||
|
|
Loading…
Reference in a new issue