using modern objective-c

This commit is contained in:
michael starke
2017-10-19 17:11:25 +02:00
parent 09b9b5fbb6
commit d2ab472a8c

View File

@@ -61,7 +61,7 @@
} }
- (void)clearBadge { - (void)clearBadge {
[[NSApp dockTile] setBadgeLabel:nil]; NSApp.dockTile.badgeLabel = nil;
} }
- (void)updateBadge { - (void)updateBadge {