We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232c5ac commit a44458dCopy full SHA for a44458d
pages/ui_footer.go
@@ -114,7 +114,7 @@ func (m FooterComponents) Update(msg tea.Msg) (FooterComponents, tea.Cmd) {
114
cmds = append(cmds, m.onSwitchShowMode())
115
}
116
case messages.UpgradeStateMessage:
117
- m.secondText = msg.State.Text()
+ m.statusBar.FirstColumn = msg.State.Text()
118
cmds = append(cmds, tea.Tick(time.Second, commands.CheckDownloadProcessMessages(msg.State)))
119
case spinner.TickMsg:
120
m.spinner, cmd = m.spinner.Update(msg)
0 commit comments