1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 23:07:59 +00:00

Save option about tracker favicons under correct key

This commit is contained in:
sledgehammer999 2018-09-06 02:45:09 +03:00
parent 8544351754
commit eb9f07bcc6
No known key found for this signature in database
GPG Key ID: 6E4A2D025B7CC9A2

View File

@ -132,7 +132,7 @@ namespace
const QString KEY_NOTIFICATIONS_TORRENTADDED = NOTIFICATIONS_SETTINGS_KEY("TorrentAdded"); const QString KEY_NOTIFICATIONS_TORRENTADDED = NOTIFICATIONS_SETTINGS_KEY("TorrentAdded");
// Misc // Misc
const QString KEY_DOWNLOAD_TRACKER_FAVICON = NOTIFICATIONS_SETTINGS_KEY("DownloadTrackerFavicon"); const QString KEY_DOWNLOAD_TRACKER_FAVICON = QStringLiteral(SETTINGS_KEY("DownloadTrackerFavicon"));
// just a shortcut // just a shortcut
inline SettingsStorage *settings() inline SettingsStorage *settings()