Merge pull request #9635 from sledgehammer999/tune_alert_mask

Use a more detailed alert mask where possible
This commit is contained in:
sledgehammer999
2018-10-02 19:36:27 +03:00
committed by GitHub

View File

@@ -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