Browse Source

Merge pull request #9449 from sledgehammer999/favicon_key

Save option about tracker favicons under correct key
adaptive-webui-19844
sledgehammer999 6 years ago committed by GitHub
parent
commit
01feae60ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/gui/mainwindow.cpp

2
src/gui/mainwindow.cpp

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

Loading…
Cancel
Save