Skip to content

plugins/sendnotifications: add support for Windows

Fushan Wen requested to merge work/fuf/win-sendnotif into master
  • Need the User Notification Listener capability. (packaging/craft-blueprints-kde!602 (merged))
  • IAsyncOperation::get() is blocking. It's possible to use co_await in c++20 but kdeconnect is still using c++17.
  • Plugin config
  • RandomAccessStreamReference to QImage
  • Make image-data work
Edited by Fushan Wen

Merge request reports