mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Disable downloading tracker favicons by default
Workaround for a crash in Qt networking library, source: https://github.com/qbittorrent/qBittorrent/issues/9667#issuecomment-464445025 Closes #9667.
This commit is contained in:
parent
e499317695
commit
1ea61db1fb
1 changed files with 1 additions and 1 deletions
|
@ -518,7 +518,7 @@ void MainWindow::setTorrentAddedNotificationsEnabled(bool value)
|
||||||
|
|
||||||
bool MainWindow::isDownloadTrackerFavicon() const
|
bool MainWindow::isDownloadTrackerFavicon() const
|
||||||
{
|
{
|
||||||
return settings()->loadValue(KEY_DOWNLOAD_TRACKER_FAVICON, true).toBool();
|
return settings()->loadValue(KEY_DOWNLOAD_TRACKER_FAVICON, false).toBool();
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::setDownloadTrackerFavicon(bool value)
|
void MainWindow::setDownloadTrackerFavicon(bool value)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue