From c60e0a828ff928ba24768f240c65a5932722bef4 Mon Sep 17 00:00:00 2001 From: LAGonauta Date: Sun, 7 Mar 2021 08:22:16 -0300 Subject: [PATCH] Add README.md to Windows notification plugin --- plugins/windows-notification/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 plugins/windows-notification/README.md diff --git a/plugins/windows-notification/README.md b/plugins/windows-notification/README.md new file mode 100644 index 00000000..195307a2 --- /dev/null +++ b/plugins/windows-notification/README.md @@ -0,0 +1,10 @@ +# Windows Notification plugin for Dino +Plugin that allows native notifications on Dino on both Windows 8.1 and Windows 10. +Currently supports: +* Actionable notification (with action button on Windows 10) +* Shows avatar image + +# Special thanks +- GObject wrapper based on https://github.com/endlessm/xapian-glib/ +- YoloRT which allows compilation on GCC https://github.com/Yuubi-san/YoloRT +- Notification builder inspired by https://gitlab.gnome.org/Philipp/glib/-/commits/windows_toast_notification_backend