some small fixes

This commit is contained in:
Kujtim Hoxha
2025-05-01 12:48:19 +02:00
committed by adamdottv
parent 6b19933dca
commit 7d3be2773c
6 changed files with 25 additions and 182 deletions
+2 -2
View File
@@ -558,9 +558,9 @@ func (a appModel) View() string {
}
if !a.app.CoderAgent.IsBusy() {
a.status.SetHelpMsg("ctrl+? help")
a.status.SetHelpWidgetMsg("ctrl+? help")
} else {
a.status.SetHelpMsg("? help")
a.status.SetHelpWidgetMsg("? help")
}
if a.showHelp {