1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-02 13:14:58 +00:00

Removing logo from growl temporarily

This commit is contained in:
Mark McDowall 2014-08-09 02:12:56 -07:00
parent 9eab145924
commit cd5f404cea

View file

@ -72,9 +72,9 @@ namespace NzbDrone.Core.Notifications.Growl
_logger = logger; _logger = logger;
_notificationTypes = GetNotificationTypes(); _notificationTypes = GetNotificationTypes();
var bytes = File.ReadAllBytes("64.png"); // var bytes = File.ReadAllBytes("64.png");
//
_growlApplication.Icon = new BinaryData(bytes); // _growlApplication.Icon = new BinaryData(bytes);
} }
private GrowlConnector GetGrowlConnector(string hostname, int port, string password) private GrowlConnector GetGrowlConnector(string hostname, int port, string password)