mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 17:23:07 -07:00
Added back folder watching in Web UI
This commit is contained in:
parent
165b33a94e
commit
912056a364
6 changed files with 138 additions and 31 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue