mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 13:09:46 +00:00
small fixes
This commit is contained in:
parent
d39d52d95d
commit
635324d386
4 changed files with 5 additions and 4 deletions
|
|
@ -97,6 +97,6 @@ func (m statusCmp) model() string {
|
|||
|
||||
func NewStatusCmp() tea.Model {
|
||||
return &statusCmp{
|
||||
messageTTL: 15 * time.Second,
|
||||
messageTTL: 10 * time.Second,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue