enderneko / Cell

A World of Warcraft raid frame addon.
Other
51 stars 11 forks source link

Make Shield Bar retain its alpha in preview #111

Closed Krealle closed 1 month ago

Krealle commented 1 month ago

Currently Shield Bar will default to the value set for indicatorPreviewAlpha whenever you select one of the indicator options, which, when you've set it to a low alpha, is a bit counterintuitive.

The change implemented is simply to make use of the alpha set for Shield Bar instead of defaulting to indicatorPreviewAlpha. It will still use indicatorPreviewAlpha if it has a lower value.

Current behaviour: image

With changes: image

Both examples are with these settings: image

enderneko commented 1 month ago

Thank you!