mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
Fix PeX being wrongly reported as disabled
This commit is contained in:
@@ -95,7 +95,7 @@ public:
|
|||||||
inline ScanFoldersModel* getScanFoldersModel() const { return m_scanFolders; }
|
inline ScanFoldersModel* getScanFoldersModel() const { return m_scanFolders; }
|
||||||
inline bool isDHTEnabled() const { return DHTEnabled; }
|
inline bool isDHTEnabled() const { return DHTEnabled; }
|
||||||
inline bool isLSDEnabled() const { return LSDEnabled; }
|
inline bool isLSDEnabled() const { return LSDEnabled; }
|
||||||
inline bool isPexEnabled() const { return DHTEnabled; }
|
inline bool isPexEnabled() const { return PeXEnabled; }
|
||||||
inline bool isQueueingEnabled() const { return queueingEnabled; }
|
inline bool isQueueingEnabled() const { return queueingEnabled; }
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
|
|||||||
Reference in New Issue
Block a user