File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ local function GetOptions()
373373 cPointDisplay :HideUIElements ()
374374 end ,
375375 order = 10 ,
376- disabled = function () if (tid == " cp" or tid == " hp" or tid == " ss" ) then return false else return true end end ,
376+ disabled = function () if (tid == " cp" or tid == " hp" or tid == " ss" or tid == " ac " ) then return false else return true end end ,
377377 },
378378 showatzero = {
379379 type = " toggle" ,
Original file line number Diff line number Diff line change @@ -977,7 +977,7 @@ function cPointDisplay:HideUIElements()
977977 end
978978
979979 if db [" MAGE" ].types [" ac" ].enabled and db [" MAGE" ].types [" ac" ].general .hideui then
980- local APF = _G [ " ArcaneChargesFrame " ]
980+ local APF = MageArcaneChargesFrame
981981 if APF then
982982 APF :Hide ()
983983 APF :SetScript (" OnShow" , function (self ) self :Hide () end )
You can’t perform that action at this time.
0 commit comments