ExtraQuestButton

ExtraQuestButton

109k Downloads

Button visible state with active ExtraActionButton

Dairyman opened this issue ยท 0 comments

commented

Describe the bug
The fix for #54 missed a change here:

if keyButton == addonName then
RegisterStateDriver(self, 'visible','[petbattle] hide; show')
else
RegisterStateDriver(self, 'visible','[extrabar][petbattle] hide; show')
end

Should be

if keyButton == addonName:upper() then