Skip to content

Commit

Permalink
Fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Jun 29, 2023
1 parent 5724ce4 commit 3218564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/NotificationEntry.vala
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public class Notifications.NotificationEntry : Gtk.ListBoxRow {
halign = Gtk.Align.START,
valign = Gtk.Align.START,
image = delete_image,
action_name = ACTION_PREFIX + "close"
action_name = ACTION_PREFIX + "close",
action_target = notification.id
};
delete_button.get_style_context ().add_class ("close");
Expand Down

0 comments on commit 3218564

Please sign in to comment.