fix(naughty.notification): Fix missing accessor

Fixes #3623.
This commit is contained in:
Lucas Schwiderski 2022-05-29 10:49:39 +02:00
parent c539e0e435
commit 62f13d3e08
No known key found for this signature in database
GPG Key ID: AA12679AAA6DF4D8
1 changed files with 1 additions and 1 deletions

View File

@ -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