mirror of
https://github.com/moparisthebest/SickRage
synced 2025-01-07 03:48:02 -05:00
Fix wrong icon used in Growl notification.
This commit is contained in:
parent
91cb8d885c
commit
808074a5d1
@ -68,7 +68,7 @@ class GrowlNotifier:
|
|||||||
notice.add_header('Notification-Priority', options['priority'])
|
notice.add_header('Notification-Priority', options['priority'])
|
||||||
if options['icon']:
|
if options['icon']:
|
||||||
notice.add_header('Notification-Icon',
|
notice.add_header('Notification-Icon',
|
||||||
'https://raw.github.com/SiCKRAGETV/SickRage/master/gui/slick/images/sickrage.png')
|
'https://raw.github.com/SiCKRAGETV/SickRage/master/gui/slick/images/sickrage-shark-mascot.png')
|
||||||
|
|
||||||
if message:
|
if message:
|
||||||
notice.add_header('Notification-Text', message)
|
notice.add_header('Notification-Text', message)
|
||||||
|
Loading…
Reference in New Issue
Block a user