rafatosta / zapzap

WhatsApp desktop application written in Pyqt6 + PyQt6-WebEngine.
https://rtosta.com/zapzap-web/
GNU General Public License v3.0
91 stars 3 forks source link

Replace dbus with QtDBus #17

Closed BaderSZ closed 2 years ago

BaderSZ commented 2 years ago

Hi,

I've replaced dbus with PyQt6 QtDBus. Tested and works for me. I'll try to find a solution for issue #16 and file another merge request this week. :)

Happy hacking.

BaderSZ commented 2 years ago

Just noticed: I can remove the print() calls and raise exceptions instead if you wish.