fix(notifier): rename style notification.history -> notification_history

This commit is contained in:
Folke Lemaitre 2024-12-15 11:17:12 +01:00
parent b90e8c4c15
commit fd9ef30206
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -91,7 +91,7 @@ Snacks.config.style("notification", {
bo = { filetype = "snacks_notif" },
})
Snacks.config.style("notification.history", {
Snacks.config.style("notification_history", {
border = "rounded",
zindex = 100,
width = 0.6,