WarpDeplete

WarpDeplete

432k Downloads

Forces bar shown twice in addon config in 2.1.1

linaori opened this issue ยท 2 comments

commented

WarpDeplete/Options.lua

Lines 631 to 639 in c8486e6

barTexture(L["Forces bar texture"], "forcesTexture", "UpdateLayout", { width = "double" }),
color(L["Forces bar color"], "forcesTextureColor", "UpdateLayout"),
lineBreak(),
barTexture(L["Forces bar texture"], "forcesTexture", "UpdateLayout", { width = "double" }),
color(L["Forces bar color"], "forcesTextureColor", "UpdateLayout"),
lineBreak(),

image

commented

Fixed!

commented

Woops! Must be a copy+paste issue. Thanks for letting me know!