tullamods / OmniCC

Cooldown count for everything
https://tullamods.com/omnicc
MIT License
98 stars 20 forks source link

Broken: "Minimum duration to display text as MM:SS" #302

Closed Arcitec closed 4 years ago

Arcitec commented 4 years ago

Related: #77

The option is totally broken.

Case One:

Two:

Three:

Summary:

Fix:

Workaround for everything for now: I have set my personal minimum CD to 15 minutes (the max value of the settings slider) to ensure that every skill >= 60 seconds and <= 15 minutes will show as "MM:SS" format.

Tuller commented 4 years ago

The labeling is poor, but the behavior is as expected at least: You're picking the threshold for when the timer transitions from showing minutes as Mm and instead shows MM:SS.

Arcitec commented 4 years ago

Oh, that actually makes sense and is a good code implementation! So the only problem is the text description of what the setting does... the current text makes it sound like "above this threshold, use MM:SS format", like all the other "minimum X" settings (which all operate on the "above this, do X" principle).

Can't really think of any short and clean descriptions right now, but for brainstorming purposes, perhaps mention something like "Switch to MM:SS format when time remaining is below: (the time slider)".

Tuller commented 4 years ago

8.3.0 finally actually has the updated text: image