We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c73adc commit 3c0d731Copy full SHA for 3c0d731
Terminal Notifier/AppDelegate.m
@@ -260,7 +260,7 @@ - (void)deliverNotificationWithTitle:(NSString *)title
260
if(options[@"appIcon"]){
261
// replacement app icon
262
[userNotification setValue:[self getImageFromURL:options[@"appIcon"]] forKey:@"_identityImage"];
263
- [userNotification setValue:@(true) forKey:@"_identityImageHasBorder"];
+ [userNotification setValue:@(false) forKey:@"_identityImageHasBorder"];
264
}
265
if(options[@"contentImage"]){
266
// content image
0 commit comments