mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 16:58:06 -06:00
Add option to stop seeding when torrent has been inactive
PR #19294. Closes #533. Closes #8073. Closes #15939.
This commit is contained in:
@@ -73,6 +73,7 @@ private slots:
|
||||
private:
|
||||
qreal getRatio() const;
|
||||
int getSeedingTime() const;
|
||||
int getInactiveSeedingTime() const;
|
||||
|
||||
QVector<BitTorrent::TorrentID> m_torrentIDs;
|
||||
Ui::TorrentOptionsDialog *m_ui = nullptr;
|
||||
@@ -88,6 +89,7 @@ private:
|
||||
QString category;
|
||||
qreal ratio;
|
||||
int seedingTime;
|
||||
int inactiveSeedingTime;
|
||||
int upSpeedLimit;
|
||||
int downSpeedLimit;
|
||||
Qt::CheckState autoTMM;
|
||||
|
||||
Reference in New Issue
Block a user