diff --git a/app_state.go b/app_state.go index a4405f9..510fc81 100644 --- a/app_state.go +++ b/app_state.go @@ -75,7 +75,7 @@ func (a *AppState) getTimerString(timer timertxt.Timer) string { } func (a *AppState) getDoneTimerString(timer timertxt.Timer) string { - return fmt.Sprintf("0. %s", timer.Id, timer.String()) + return fmt.Sprintf("--. %s", timer.String()) } func (a *AppState) doVersionCheck() {