Skip to content

Commit

Permalink
fix(naughty.notification): Fix missing accessor
Browse files Browse the repository at this point in the history
Fixes #3623.
  • Loading branch information
sclu1034 committed May 29, 2022
1 parent c539e0e commit 62f13d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/naughty/notification.lua
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ local properties = {
"destroy" , "preset" , "callback", "actions" ,
"run" , "id" , "ignore" , "auto_reset_timeout",
"urgency" , "image" , "images" , "widget_template",
"max_width",
"max_width", "app_icon",
}

for _, prop in ipairs(properties) do
Expand Down

0 comments on commit 62f13d3

Please sign in to comment.