gnome-github-notifications
gnome-github-notifications copied to clipboard
Notification improvements
This PR introduces some improvement in the notification alert. In particular:
- Makes the functionality work again. The API
Source.notify()
used to send the notification was in fact deprecated in Gnome 3.38 and has been removed thus the extension currently fails with the errorExpected type string for argument 'property_name' but got type GObject_Object
. - Marks the notification as non-transient, so it can be viewed in the notification list.
- Adds the GitHub icon to the notification.