jarangmandi / TDHelper

GUI for Trade Dangerous and EDDBlink
MIT License
6 stars 0 forks source link

Management of "age" less than 1.0 days #11

Closed jarangmandi closed 2 years ago

jarangmandi commented 3 years ago

On the "run" dialog, the "age" field only works with integer multiples of days. If you type in 0.5, it shows 1, but when you run the trade query, it uses the 0.5. After that, it increments and decrements by 1 on the button (so 1.5, 2.5, 3.5, etc).

Ideally, the program will run 1 -> 0.75 -> 0.66 -> 0.5 -> 0.25 -> 0.125 - for starters at least!