This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?1. Create a new Text Indicator2. Assign a Status which has a running duration (like Druid HoTs) and check the "Show Duration" checkbox.3. Indicator works as intended.4. Do a /reload or exit and restart wow5. The new Indicator is still there but the checkbox "Show Duration" is not checked.
What is the expected output? What do you see instead?Durations are only show until a /reload / restart of the wow client. Then the "Show Duration" checkbox is not checked. Saved Grid2.lua shows a correct saved setting, so the assumption is that Grid2 does not read the config file properly when starting up.
e.g.
["indicator-side-left-text"] = { ["profiles"] = { ["profile"] = { ["duration"] = true, }, }, },
looks like all the standard indicators (corner top left, corner top right) with working durations.
What version of the product are you using?r288
Do you have an error log of what happened?no
Please provide any additional information below.
Should be fixed in r289
You will need to reassign the "duration" option once. This should work on reload after that.
To post a comment, please login or register a new account.