anotherim-desktop/plugins/windows-notification
mjk 7b6f3ea9f6 replace C-style concurrent initialization of statics
C++ statics are thread-safe as is and are usually implemented more
efficiently. Besides, `volatile` is likely misused here anyway.
2021-06-09 07:20:04 -03:00
..
api replace C-style concurrent initialization of statics 2021-06-09 07:20:04 -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 move module loading functions out of shortcutcreator.cpp 2021-06-09 07:20:02 -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