Fix one deprecation warning

CQTexperiment
Christopher Snowhill 2021-01-06 02:17:30 -08:00
parent 2a52dd831a
commit 41d11bdfa8
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ static NSString *getBadgeName(NSString *baseName, BOOL colorfulIcons)
[badgeImage drawInRect:NSMakeRect(0, 0, 128, 128)
fromRect:NSMakeRect(0, 0, badgeSize.width, badgeSize.height)
operation:NSCompositeSourceOver fraction:1.0];
operation:NSCompositingOperationSourceOver fraction:1.0];
[newDockImage unlockFocus];
[NSApp setApplicationIconImage:newDockImage];