Use a more detailed alert mask where possible

Closes #9547
This commit is contained in:
sledgehammer999 2018-10-02 02:30:33 +03:00
parent 4923ed7da0
commit f2406eb2f3
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

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