mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 06:04:18 +00:00
fix: do not use deprecated func (#451)
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com> Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
8b5468468a
commit
c1483664d5
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ func newStashModel(common *commonModel) stashModel {
|
|||
}
|
||||
|
||||
func newStashPaginator() paginator.Model {
|
||||
p := paginator.NewModel()
|
||||
p := paginator.New()
|
||||
p.Type = paginator.Dots
|
||||
p.ActiveDot = brightGrayFg("•")
|
||||
p.InactiveDot = darkGrayFg("•")
|
||||
|
|
Loading…
Reference in a new issue