@@ -34,9 +34,6 @@ func (timerlist *TimerList) Sort(sortFlag int) error {
}
func (timerlist *TimerList) refresh() {
timerlist.Sort(timerlist.SortFlag)
for i, t := range timerlist.Timers {
t.Id = i
type timerlistSort struct {
The note is not visible to the blocked user.