naughty: Add more default values.
Without this, some variables could accidently be set to `nil` by the dbus code. Ignore now also has a default. Ref #2829
This commit is contained in:
parent
529f4be53e
commit
423aeebe8a
|
@ -72,6 +72,10 @@ ret.config.defaults = {
|
|||
border_width = dpi(1),
|
||||
position = "top_right",
|
||||
urgency = "normal",
|
||||
message = "",
|
||||
title = "",
|
||||
app_name = "",
|
||||
ignore = false,
|
||||
}
|
||||
|
||||
ret.notification_closed_reason = {
|
||||
|
|
Loading…
Reference in New Issue