mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-06 11:54:18 +00:00
Merge pull request #9635 from sledgehammer999/tune_alert_mask
Use a more detailed alert mask where possible
This commit is contained in:
commit
b09e32ebc0
@ -392,7 +392,11 @@ Session::Session(QObject *parent)
|
|||||||
| libt::alert::tracker_notification
|
| libt::alert::tracker_notification
|
||||||
| libt::alert::status_notification
|
| libt::alert::status_notification
|
||||||
| libt::alert::ip_block_notification
|
| libt::alert::ip_block_notification
|
||||||
|
#if LIBTORRENT_VERSION_NUM < 10110
|
||||||
| libt::alert::progress_notification
|
| libt::alert::progress_notification
|
||||||
|
#else
|
||||||
|
| libt::alert::file_progress_notification
|
||||||
|
#endif
|
||||||
| libt::alert::stats_notification;
|
| libt::alert::stats_notification;
|
||||||
|
|
||||||
#if LIBTORRENT_VERSION_NUM < 10100
|
#if LIBTORRENT_VERSION_NUM < 10100
|
||||||
|
Loading…
x
Reference in New Issue
Block a user