ArtOfShred/LuiExtended

Unit Frames > Raid Spacers

Closed this issue · 2 comments

Updating any value in the Unit Frames settings reverts the "Add Spacer for Every 4 Members" setting to "OFF"

Solution:
LuiExtended/settings/UnitFrames.lua line 1656 missing the word "value"

- setFunc = function(value) Settings.RaidSpacers = UnitFrames.CustomFramesApplyLayoutRaid(true) end,
+ setFunc = function(value) Settings.RaidSpacers = value UnitFrames.CustomFramesApplyLayoutRaid(true) end,

Fixed on GitHub build, thanks for reporting and providing a solution!