Hello, in a To Do app, is there a way to have some sort of flag shown in the app icon whenever there are unchecked items?
There are declares for properly setting a dock bage or you can draw your own with App.DockItem
I made it. Thanks for your help
1 Like
The declares aren’t hard to find which is why I’ve been steering away from just pasting them, but today I found out it’s one line with MBS Plugins if you have them:
NSApplicationMBS.sharedApplication.dockTile.badgeLabel = "123"
1 Like