mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
PeX status is now correctly reported
This commit is contained in:
@@ -210,6 +210,10 @@ ScanFoldersModel* Bittorrent::getScanFoldersModel() const {
|
||||
return m_scanFolders;
|
||||
}
|
||||
|
||||
bool Bittorrent::isPexEnabled() const {
|
||||
return PeXEnabled;
|
||||
}
|
||||
|
||||
void Bittorrent::processBigRatios() {
|
||||
if(ratio_limit <= 0) return;
|
||||
qDebug("Process big ratios...");
|
||||
|
||||
Reference in New Issue
Block a user