Add the reason to notification destroy
This commit is contained in:
parent
29f41d70fc
commit
01b06524e8
|
@ -384,7 +384,7 @@ local function new(args)
|
||||||
local n = ret._private.notification[1]
|
local n = ret._private.notification[1]
|
||||||
|
|
||||||
if n then
|
if n then
|
||||||
n:destroy()
|
n:destroy(reason)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue