diff options
Diffstat (limited to 'packages/tui/internal/components/status')
| -rw-r--r-- | packages/tui/internal/components/status/status.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tui/internal/components/status/status.go b/packages/tui/internal/components/status/status.go index 1634bd6c5..792637825 100644 --- a/packages/tui/internal/components/status/status.go +++ b/packages/tui/internal/components/status/status.go @@ -132,7 +132,7 @@ func (m *statusComponent) View() string { modeForeground = t.BackgroundPanel() } - command := m.app.Commands[commands.SwitchAgentCommand] + command := m.app.Commands[commands.AgentCycleCommand] kb := command.Keybindings[0] key := kb.Key if kb.RequiresLeader { |
