Updated go-timertxt library
This commit is contained in:
@@ -38,7 +38,7 @@ func (p *Program) LoadTimerList() error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
tl.Sort(timertxt.SORT_UNFINISHED_START)
|
||||
tl.Sort(timertxt.SortUnfinishedStart)
|
||||
p.TimerList = tl
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user