Browse Source

Merge pull request #9635 from sledgehammer999/tune_alert_mask

Use a more detailed alert mask where possible
adaptive-webui-19844
sledgehammer999 6 years ago committed by GitHub
parent
commit
b09e32ebc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/base/bittorrent/session.cpp

4
src/base/bittorrent/session.cpp

@ -392,7 +392,11 @@ Session::Session(QObject *parent) @@ -392,7 +392,11 @@ Session::Session(QObject *parent)
| libt::alert::tracker_notification
| libt::alert::status_notification
| libt::alert::ip_block_notification
#if LIBTORRENT_VERSION_NUM < 10110
| libt::alert::progress_notification
#else
| libt::alert::file_progress_notification
#endif
| libt::alert::stats_notification;
#if LIBTORRENT_VERSION_NUM < 10100

Loading…
Cancel
Save