mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-30 19:56:54 +00:00
Removing logo from growl temporarily
This commit is contained in:
parent
9eab145924
commit
cd5f404cea
1 changed files with 3 additions and 3 deletions
|
@ -72,9 +72,9 @@ namespace NzbDrone.Core.Notifications.Growl
|
|||
_logger = logger;
|
||||
_notificationTypes = GetNotificationTypes();
|
||||
|
||||
var bytes = File.ReadAllBytes("64.png");
|
||||
|
||||
_growlApplication.Icon = new BinaryData(bytes);
|
||||
// var bytes = File.ReadAllBytes("64.png");
|
||||
//
|
||||
// _growlApplication.Icon = new BinaryData(bytes);
|
||||
}
|
||||
|
||||
private GrowlConnector GetGrowlConnector(string hostname, int port, string password)
|
||||
|
|
Loading…
Reference in a new issue