Bag List -button doesn't hide
Qessu opened this issue ยท 2 comments
Frame Settings - Display - Bag List, toggle doesn't hide the bag icon. All other options work.
This one is probably a typo.
function Frame:HasBagToggle()
return self.profile.bagToggle
end
if self.frameID ~= 'guild' then
row:CreateCheck('bagFrame')
row:CreateCheck('sort')
end