Skip to content

Commit 3c0d731

Browse files
committed
Remove image border
1 parent 4c73adc commit 3c0d731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Terminal Notifier/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ - (void)deliverNotificationWithTitle:(NSString *)title
260260
if(options[@"appIcon"]){
261261
// replacement app icon
262262
[userNotification setValue:[self getImageFromURL:options[@"appIcon"]] forKey:@"_identityImage"];
263-
[userNotification setValue:@(true) forKey:@"_identityImageHasBorder"];
263+
[userNotification setValue:@(false) forKey:@"_identityImageHasBorder"];
264264
}
265265
if(options[@"contentImage"]){
266266
// content image

0 commit comments

Comments
 (0)