Add the reason to notification destroy

This commit is contained in:
danimateo 2024-03-28 10:22:05 +02:00 committed by GitHub
parent 29f41d70fc
commit 01b06524e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ local function new(args)
local n = ret._private.notification[1]
if n then
n:destroy()
n:destroy(reason)
end
end
end