Make notifySystray
and notifyDBus
feature-equivalent by making notifySystray
support custom icons. This uses the QSystemTrayIcon::showMessage
overload introduced in Qt 5.9.
This is an initial step towards bitcoin-core/gui#573.
Make notifySystray
and notifyDBus
feature-equivalent by making notifySystray
support custom icons. This uses the QSystemTrayIcon::showMessage
overload introduced in Qt 5.9.
This is an initial step towards bitcoin-core/gui#573.
Equalize the `notifySystray` and `notifyDBus` interface with regard to
features by making `notifySystray` support custom icons. This uses the
`QSystemTrayIcon::showMessage` overload introduced in Qt 5.9.
This is an initial step towards bitcoin-core/gui#573.
I guess the best way of testing this on Linux is to comment out the DBUS notificator code. And generate notifications somehow.
Also, it should be tested on Windows. DBUS is irrelevant on Windows, but the QTrayIcon code is used there. Removed the Linux label.
Edit: re-pushed so it compiles on non-Linux