Sweets / tiramisu

Desktop notifications, the UNIX way
MIT License
747 stars 19 forks source link

tiramisu outputs wrong notification id if replaces_id is 0 #56

Closed mjklbhvg closed 3 weeks ago

mjklbhvg commented 1 year ago

The argument to notification.output in dbus.vala (line 26) is always replaces_id, which is usually 0. In that case tiramisu should probably output notification_id instead.