mirror of
https://github.com/caronc/apprise.git
synced 2025-06-26 04:31:57 +02:00
Gnome Notification default ref cleanup
This commit is contained in:
parent
5f3e9462cd
commit
9eabae88ce
@ -141,7 +141,7 @@ class NotifyGnome(NotifyBase):
|
|||||||
|
|
||||||
# The urgency of the message
|
# The urgency of the message
|
||||||
if urgency not in GNOME_URGENCIES:
|
if urgency not in GNOME_URGENCIES:
|
||||||
self.urgency = GnomeUrgency.NORMAL
|
self.urgency = self.template_args['urgency']['default']
|
||||||
|
|
||||||
else:
|
else:
|
||||||
self.urgency = urgency
|
self.urgency = urgency
|
||||||
|
Loading…
x
Reference in New Issue
Block a user