mirror of https://github.com/caronc/apprise
Gnome Notification default ref cleanup
parent
5f3e9462cd
commit
9eabae88ce
|
@ -141,7 +141,7 @@ class NotifyGnome(NotifyBase):
|
|||
|
||||
# The urgency of the message
|
||||
if urgency not in GNOME_URGENCIES:
|
||||
self.urgency = GnomeUrgency.NORMAL
|
||||
self.urgency = self.template_args['urgency']['default']
|
||||
|
||||
else:
|
||||
self.urgency = urgency
|
||||
|
|
Loading…
Reference in New Issue