elementary / notifications

Gtk Notifications Server
https://elementary.io
GNU General Public License v3.0
38 stars 6 forks source link

Move Image/Icon logic to Notification class #140

Closed danirabbit closed 3 years ago

danirabbit commented 3 years ago

This is all getting pretty complicated and #123 would make it even more complicated. This branch moves more of the image/icon logic to Notification so that Bubble can be pretty straightforward. It also makes fallbacks more straightforward to implement

bluesabre commented 3 years ago

Tested here, everything seems to work as expected. Really nice cleanup of the code. :)

danirabbit commented 3 years ago

@bluesabre if you're good with these changes, I would love a PR Approve :)