Letaryat / poor-sharptimer

GNU General Public License v3.0
25 stars 20 forks source link

[Suggestion] Display more granular current placement in the timer gui #71

Open erdemozor opened 1 month ago

erdemozor commented 1 month ago

Right now the timer gui displays the current placement as either below 100 (#placement) or 100+

It could also display placement as the following:

Below 100: "#placement"
100 - 200: "#100+"
200 - 300: "#200+"
300 - 400: "#300+"
400 - 500: "#500+"
and so on.

This could cap at "#999+" if the placement is above 999.