mooltipass / moolticute

Mooltipass crossplatform daemon/tools
GNU General Public License v3.0
141 stars 66 forks source link

Fix SnoreToast notifications for Win10 #1220

Closed deXol closed 3 months ago

deXol commented 3 months ago

For Win10 notifications were not working, because the usage for QProcess start got deprecated, so switched to https://doc.qt.io/qt-6/qprocess.html#start. Fixed focus assist and win10/11 detection too.

Tested on Win10 and Win11.