fix(snacks): notifier

This commit is contained in:
Folke Lemaitre committed 2024-11-06 15:46:00 +01:00
1 parent a6c3dbb92e
commit ecfbf5b7f7
1 file changed
+1 -1
+1 -1
View File
@@ -48,7 +48,7 @@ return {
{
"<leader>un",
function()
Snacks.notifier:hide()
Snacks.notifier.hide()
end,
desc = "Dismiss All Notifications",
},