Slothpala / RaidFrameSettings

GNU General Public License v2.0
4 stars 4 forks source link

Add a baseline for textTimer format to options #23

Closed excorp closed 2 months ago

excorp commented 5 months ago

Due to the small size of the aura frame, I think it's best to display the timerText with a maximum of 2 characters. look like this:

99(sec) for seconds, 9m(in) for minutes, 9h(our) for hours, 9d(ays) for everything else

I think people have different preferences for these numbers. A larger aura frame size or smaller timerText size should be enough to display 3 characters.

So I added a setting to the MinorModule option.

Limit values to display in sec(default 60),min(default 3600),hour(default 86400) I will use the values 100,570,34200 for each field to display 99 seconds, 9m minutes, 9h hours, and 9d or 9+d days.

image

image

image