Fix 'print done task' function
This commit is contained in:
parent
5174472bf0
commit
b0d4cfe017
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user