mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 16:53:08 -07:00
Option to disable tracker's favicon download.
This commit is contained in:
parent
7923b54456
commit
fd5d1583de
6 changed files with 50 additions and 2 deletions
|
@ -94,6 +94,10 @@ public:
|
|||
bool isTorrentAddedNotificationsEnabled() const;
|
||||
void setTorrentAddedNotificationsEnabled(bool value);
|
||||
|
||||
// Misc properties
|
||||
bool isDownloadTrackerFavicon() const;
|
||||
void setDownloadTrackerFavicon(bool value);
|
||||
|
||||
void activate();
|
||||
void cleanup();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue