mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
committed by
GitHub
parent
d2fceaa228
commit
5ef2a1df07
@@ -1179,7 +1179,7 @@ void OptionsDialog::saveBittorrentTabOptions() const
|
||||
session->setGlobalMaxRatio(getMaxRatio());
|
||||
session->setGlobalMaxSeedingMinutes(getMaxSeedingMinutes());
|
||||
session->setGlobalMaxInactiveSeedingMinutes(getMaxInactiveSeedingMinutes());
|
||||
const QVector<BitTorrent::ShareLimitAction> actIndex =
|
||||
const QList<BitTorrent::ShareLimitAction> actIndex =
|
||||
{
|
||||
BitTorrent::ShareLimitAction::Stop,
|
||||
BitTorrent::ShareLimitAction::Remove,
|
||||
|
||||
Reference in New Issue
Block a user