Browse Source

Save option about tracker favicons under correct key

adaptive-webui-19844
sledgehammer999 6 years ago
parent
commit
eb9f07bcc6
No known key found for this signature in database
GPG Key ID: 6E4A2D025B7CC9A2
  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