The artwork keeps popping up on the action bar after movies or going into a vehicle with other abilities. So you have to go into edit and uncheck and check to hide it.
Yes, it’s a bug of 12.0.5. Run this once after each login as a quick workaround until it is fixed:
/run local l=MainActionBar.EndCaps.LeftEndCap l:Hide() l:SetScript("OnShow", function(self) self:Hide() end) local r=MainActionBar.EndCaps.RightEndCap r:Hide() r:SetScript("OnShow", function(self) self:Hide() end)
2 Likes