elementary / notifications

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

Bubble: minor refactor #202

Closed Marukesu closed 1 year ago

Marukesu commented 1 year ago

remove the replace() method and construct block in favor of construct the contents widget in one place. we also stop checking if the notification has no action for launching the application, instead we launch it whenever we don't have a default action.

Fixes some cases of #195/#145. Fixes: #170

danirabbit commented 1 year ago

@Marukesu can you resolve conflicts here please?

Marukesu commented 1 year ago

@danirabbit done.