mirror of
https://github.com/Valkyrie00/bold-brew.git
synced 2026-03-14 14:25:53 +01:00
fix(ui): rename column header from '↓ (90d)' to 'Downloads'
More descriptive and cleaner column name for the downloads count.
This commit is contained in:
parent
e234487ac9
commit
6e541cf05d
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ func (s *AppService) forceRefreshResults() {
|
|||
// setResults updates the results table with the provided data and optionally scrolls to the top.
|
||||
func (s *AppService) setResults(data *[]models.Package, scrollToTop bool) {
|
||||
s.layout.GetTable().Clear()
|
||||
s.layout.GetTable().SetTableHeaders("Type", "Name", "Version", "Description", "↓ (90d)")
|
||||
s.layout.GetTable().SetTableHeaders("Type", "Name", "Version", "Description", "Downloads")
|
||||
|
||||
for i, info := range *data {
|
||||
// Type cell with escaped brackets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue