The display of the Objective Tracker settings under the HUD tab are tied to the "Buff Frame" checkbox instead of the "Objective Tracker" checkbox
AntoineBnl opened this issue ยท 2 comments
This is because the hidden
function for the ObjectiveTracker entry in HUDtab.lua returns not addon:IsModuleEnabled("BuffFrame")
instead of not addon:IsModuleEnabled("ObjectiveTracker")
Oh i was a bit to quick there on the copy paste i guess :D thanks! Will update it with the next patch later.
Fixed with 88fa376