Skip to content

Commit b60c4b0

Browse files
committed
rename this function
1 parent af660c1 commit b60c4b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ElvUI/Core/General/API.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ do
789789
end
790790
end
791791

792-
function E:SetupGameMenu()
792+
function E:GameMenuFrame_Setup()
793793
if E.Retail then
794794
tinsert(E.GameMenuButtonsData, { --Add ElvUI's button so it will be first
795795
text = format('%sElvUI|r', E.media.hexvaluecolor),
@@ -938,7 +938,7 @@ function E:LoadAPI()
938938
E:RegisterEvent('PLAYER_REGEN_DISABLED')
939939
E:RegisterEvent('UI_SCALE_CHANGED', 'PixelScaleChanged')
940940

941-
E:SetupGameMenu()
941+
E:GameMenuFrame_Setup()
942942

943943
if E.Retail then
944944
for _, mountID in next, C_MountJournal_GetMountIDs() do

0 commit comments

Comments
 (0)