|
|
@ -72,8 +72,7 @@ namespace NzbDrone.Core.Notifications.Growl
|
|
|
|
_logger = logger;
|
|
|
|
_logger = logger;
|
|
|
|
_notificationTypes = GetNotificationTypes();
|
|
|
|
_notificationTypes = GetNotificationTypes();
|
|
|
|
|
|
|
|
|
|
|
|
var iconPath = Path.Combine("UI", "Content", "Images", "logos", "64.png");
|
|
|
|
var bytes = File.ReadAllBytes("64.png");
|
|
|
|
var bytes = File.ReadAllBytes(iconPath);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_growlApplication.Icon = new BinaryData(bytes);
|
|
|
|
_growlApplication.Icon = new BinaryData(bytes);
|
|
|
|
}
|
|
|
|
}
|
|
|
|