Skip to content

Commit

Permalink
Add interpolation for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweets committed Oct 20, 2021
1 parent c103aa3 commit 890966a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notification.vala
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public class Notification : Object {
.replace("#icon", app_icon)
.replace("#summary", _summary)
.replace("#body", _body)
.replace("#actions", "TODO(actions)")
.replace("#actions", string.joinv(",", actions))
.replace("#hints", hint_string)
.replace("#timeout", timeout.to_string());

Expand Down

0 comments on commit 890966a

Please sign in to comment.