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