pr8x / DesktopNotifications

A cross-platform C# library for native desktop "toast" notifications.
MIT License
177 stars 29 forks source link

Image support #21

Closed pr8x closed 1 year ago

pr8x commented 1 year ago

Support embedding images in the notification body.

image

Unfortunately Notify OSD (Ubuntu's notification system) does not support inline body images. Therefore I added a new NotificationManagerCapabilities enum that allows to query which features are supported by the notification manager and its respective platform backend.