feat(tracker): decrease the display duration of RailErrors

This commit is contained in:
5684185+vsariola@users.noreply.github.com
2025-11-01 00:50:41 +02:00
parent da6226d3ff
commit 4a46d601f2

View File

@ -306,7 +306,7 @@ func (m *Model) updateRails() {
Name: "RailError",
Message: m.derived.railError.Error(),
Priority: Error,
Duration: time.Minute,
Duration: time.Second * 10,
})
} else { // clear the alert if it was set
m.Alerts().AddAlert(Alert{Name: "RailError"})