mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 00:34:37 +02:00
Removing logo from growl temporarily
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user