Change description of notify.dismiss() binding

This commit is contained in:
Albert Gu 2023-04-25 06:59:20 +00:00
parent 5202a0f006
commit cda4de5d27

View file

@ -8,7 +8,7 @@ return {
function() function()
require("notify").dismiss({ silent = true, pending = true }) require("notify").dismiss({ silent = true, pending = true })
end, end,
desc = "Delete all Notifications", desc = "Dismiss all Notifications",
}, },
}, },
opts = { opts = {