Skip to content

Commit

Permalink
fix non-sticky Default notifier
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Dec 1, 2023
1 parent d34fc52 commit dde2cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/pomo/notifier.lua
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ DefaultNotifier._update = function(self, text, level, timeout)
icon = self.title_icon,
title = title,
timeout = timeout,
replace = self.notification,
replace = self.sticky and self.notification or nil,
hide_from_history = true,
})
end
Expand Down

0 comments on commit dde2cbd

Please sign in to comment.