We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af660c1 commit b60c4b0Copy full SHA for b60c4b0
ElvUI/Core/General/API.lua
@@ -789,7 +789,7 @@ do
789
end
790
791
792
- function E:SetupGameMenu()
+ function E:GameMenuFrame_Setup()
793
if E.Retail then
794
tinsert(E.GameMenuButtonsData, { --Add ElvUI's button so it will be first
795
text = format('%sElvUI|r', E.media.hexvaluecolor),
@@ -938,7 +938,7 @@ function E:LoadAPI()
938
E:RegisterEvent('PLAYER_REGEN_DISABLED')
939
E:RegisterEvent('UI_SCALE_CHANGED', 'PixelScaleChanged')
940
941
- E:SetupGameMenu()
+ E:GameMenuFrame_Setup()
942
943
944
for _, mountID in next, C_MountJournal_GetMountIDs() do
0 commit comments