Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sammcj committed Oct 27, 2024
1 parent 60692a3 commit cd036fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_model.go
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ func (m *AppModel) View() string {
"Pulling model: %.0f%%\n%s\n%s",
m.pullProgress*100,
m.progress.ViewAs(m.pullProgress),
"Press Ctrl+C to cancel",
"Press Ctrl+C to cancel - Note there is currently bug where you might need to press a key (e.g. arrow key) to refresh the progress bar",
)
}

Expand Down

0 comments on commit cd036fe

Please sign in to comment.