small fixes

This commit is contained in:
Kujtim Hoxha
2025-04-09 19:18:51 +02:00
parent 58a7aee0c4
commit 7b8b9bdc29
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -97,6 +97,6 @@ func (m statusCmp) model() string {
func NewStatusCmp() tea.Model {
return &statusCmp{
messageTTL: 15 * time.Second,
messageTTL: 10 * time.Second,
}
}