mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
Added back folder watching to Web UI
This commit is contained in:
@@ -197,6 +197,10 @@ void Bittorrent::preAllocateAllFiles(bool b) {
|
||||
}
|
||||
}
|
||||
|
||||
ScanFoldersModel* Bittorrent::getScanFoldersModel() const {
|
||||
return m_scanFolders;
|
||||
}
|
||||
|
||||
void Bittorrent::deleteBigRatios() {
|
||||
if(ratio_limit == -1) return;
|
||||
std::vector<torrent_handle> torrents = getTorrents();
|
||||
|
||||
Reference in New Issue
Block a user