chiyadev / genshin-schedule

🕑 Genshin farming scheduler
https://genshin.chiya.dev
MIT License
72 stars 17 forks source link

Resin Calculator resets timer when using the subtraction to the right #5

Closed ImmortalZypther closed 3 years ago

ImmortalZypther commented 3 years ago

When you use the buttons to subtract set amounts of resin, it will reset the timer for the resin regenerating. image

I tested this by matching the resin calculator to my resin in game and then clicking -20 before my resin regenerated in game. If it kept the timer, it would've regenerated 1 resin in the next minute at most, but it didn't.

luaneko commented 3 years ago

These subtraction buttons use the same logic as inputting the resin manually, which automatically assumes you have 8 full minutes until regeneration.

ImmortalZypther commented 3 years ago

Is it possible to make it remember the timer instead of resetting to 8 so you don't have to type in the resin once more to make it accurate again?

I noticed it first when I was doing domain runs and it very quickly became off by 2 resin before I had even finished.

luaneko commented 3 years ago

Fixed!