One of my users requested support, here is how to do it if you feel like it:
--LiteBag:
ns:RegisterAddonHook("LiteBag", function()
LiteBag_RegisterHook('LiteBagItemButton_Update', function(frame)
local bag = frame:GetParent():GetID()
UpdateContainerButton(frame, bag)
end)
end)