mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 22:52:26 +00:00
using modern objective-c
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
}
|
||||
|
||||
- (void)clearBadge {
|
||||
[[NSApp dockTile] setBadgeLabel:nil];
|
||||
NSApp.dockTile.badgeLabel = nil;
|
||||
}
|
||||
|
||||
- (void)updateBadge {
|
||||
|
||||
Reference in New Issue
Block a user