Skip to content

Commit

Permalink
Adapt naming of list items
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Oct 23, 2024
1 parent da0abbc commit fc0079d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/git-unsaved/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ Flags:
l := list.New([]list.Item{}, list.NewDefaultDelegate(), 0, 0)
l.Title = "Dirty Repositories"
l.SetSpinner(spinner.MiniDot)
l.SetStatusBarItemName("repository", "repositories")
l.ToggleSpinner()
m := model{list: l, path: ctx.Args().First(), sub: make(chan repoMsg)}
p := tea.NewProgram(m, tea.WithAltScreen())
Expand Down

0 comments on commit fc0079d

Please sign in to comment.