mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
Made it possible to disable notification balloons again
This commit is contained in:
parent
e2cdbbb184
commit
39d86c5f61
3 changed files with 23 additions and 3 deletions
|
@ -910,6 +910,7 @@ void GUI::updateGUI() {
|
|||
}
|
||||
|
||||
void GUI::showNotificationBaloon(QString title, QString msg) const {
|
||||
if(!Preferences::useProgramNotification()) return;
|
||||
#ifdef WITH_LIBNOTIFY
|
||||
if (notify_init ("summary-body")) {
|
||||
NotifyNotification* notification;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue