No Numbers on Player Frame
kurcenkurce opened this issue ยท 9 comments
I included the fix in the new version that goes live in 2-3 days, so after that you wont need the WA(, but it doesn't hurt if you forget to disable it.)
I have that new option enabled for Pet frame "hide statusbar text". It was working yesterday.
Blizzard changed something, because the text is gone on Default UI aswell. (Deactivate DragonflightUI/all addons and look for yourself)
I'll investigate more in the WoW UI code, but I will wait if they fix it themself first.
I made a small Weakaura to automatically fix this: https://wago.io/0F3q1PxxUS
Run:
/run SetTextStatusBarText(PlayerFrameManaBar, PlayerFrameManaBarText) SetTextStatusBarText(PlayerFrameHealthBar, PlayerFrameHealthBarText)
This fixes it for now. You have to run it after every /reload etc, but better than nothing.
Run:
/run SetTextStatusBarText(PlayerFrameManaBar, PlayerFrameManaBarText) SetTextStatusBarText(PlayerFrameHealthBar, PlayerFrameHealthBarText)
This fixes it for now. You have to run it after every /reload etc, but better than nothing.
Thank you for your quick response :)