Ottermandias / Accountant

Timer Management.
Apache License 2.0
10 stars 8 forks source link

Preserve growing countdown on groups with withered/grown plants #34

Open sorten opened 2 years ago

sorten commented 2 years ago

In a withered/grown group, still display the countdown if any plant is not withered/grown. This is useful if only some of your eight plants grew, but you still need to know how long until the rest die.

Specifically, this code:

  1. Only updates the group timer if the incoming time is not min
  2. Always prefers the incoming time if the group timer is min
sorten commented 2 years ago

image

Adds bug: headers do not inherit the updates to smallheader timers.