anotherim-desktop/plugins/windows-notification
mjk f1bcb6604f rewrite InitApartment and protect callers from (the rest of the) exceptions
Initializing COM by calling `winrt::init_apartment()` would always cause
stack unwinding *in practice*, which is suboptimal at best, and even using
`apartment_type::single_threaded` still would require exception filtering
*just in case*.
2021-06-09 07:20:01 -03:00
..
api rewrite InitApartment and protect callers from (the rest of the) exceptions 2021-06-09 07:20:01 -03:00
src Fix notifications not hiding 2021-06-09 07:19:47 -03:00
vapi clarify some entry points' names 2021-06-09 07:19:40 -03:00
yolort Add MIT licensed winrt headers 2021-06-09 07:19:06 -03:00
CMakeLists.txt Removed unused library on linker 2021-06-09 07:19:45 -03:00
README.md Add README.md to Windows notification plugin 2021-06-09 07:19:46 -03:00

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