mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-30 16:34:16 +00: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
@ -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…
x
Reference in New Issue
Block a user