Add support for icons #9
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add support to show icons sent with a notification.
It appears this is a limitation of the
NotifyIcon
in WinForms which means it cannot directly be implemented with the native toast notifications in WinForms. It might be possible to do something calledToolTip.OwnerDraw
but this would require directly rendering the toast manually and doesn't use the system rendering.