mirror of
https://github.com/usestrix/strix.git
synced 2026-08-28 05:25:00 +00:00
Show "Send message to resume" on the left of the status bar (#525)
This commit is contained in:
parent
dcf3155a9a
commit
ac0fef2ed7
1 changed files with 3 additions and 3 deletions
|
|
@ -1143,9 +1143,9 @@ class StrixTUIApp(App): # type: ignore[misc]
|
|||
return (text, Text(), False)
|
||||
|
||||
if status == "waiting":
|
||||
keymap = Text()
|
||||
keymap.append("Send message to resume", style="dim")
|
||||
return (Text(" "), keymap, False)
|
||||
text = Text()
|
||||
text.append("Send message to resume", style="dim")
|
||||
return (text, Text(), False)
|
||||
|
||||
if status == "running":
|
||||
if self._agent_has_real_activity(agent_id):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue