Hi folks,
I cannot remove the gryphons at the action bar, neither with addons nor with the command line MainMenuBarArtFrame.LeftEndCap:Hide and the same for the right. I used bartrender, moveanything and gryphons removal. No luck.
Any idea?
Hi folks,
I cannot remove the gryphons at the action bar, neither with addons nor with the command line MainMenuBarArtFrame.LeftEndCap:Hide and the same for the right. I used bartrender, moveanything and gryphons removal. No luck.
Any idea?
In Classic that would be:
MainMenuBarLeftEndCap:Hide()
MainMenuBarRightEndCap:Hide()
In Retail it is:
MainMenuBarArtFrame.LeftEndCap:Hide()
MainMenuBarArtFrame.RightEndCap:Hide()
You can use /fstack
to hover over frames and see what they are called. Pressing CTRL while you hover over a frame opens a window for more information.
Many thanks Ludius,
I tried the with the suggested syntax for retail. The name is BlizzardArtRightCap or left.
Tryed another addon called Hyde Griphons, no luck either.
I will try harder ^^
Cheers
OK, BlizzardArtRightCap
and BlizzardArtLeftCap
are the Barternder4 names for the eagles.
BlizzardArtRightCap:Hide()
works for me using Barternder4.
Thank you again Ludius,
I made it with Bartender finally:
/Bartender
Go to Blizzard Graphics Bar on the bottom left
Make sure you deselect “Enable” in the “General Options” on the right side.
Done
Many thanks
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.