Dont set urgency when we already set priority
set_urgent is deprecated in favor of set_priority Fixes #9101
This commit is contained in:
parent
56a5d01609
commit
e0e3b9609a
|
@ -108,7 +108,6 @@ text=None, timeout=-1):
|
|||
# Only one notification per JID
|
||||
notif_id = jid
|
||||
notification.set_priority(Gio.NotificationPriority.NORMAL)
|
||||
notification.set_urgent(False)
|
||||
app.app.send_notification(notif_id, notification)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue