Added the new LFD Button to the MicroMenu
This commit is contained in:
parent
aba3eaeb0a
commit
aa975e5da2
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ function MicroMenuMod:OnEnable()
|
|||
table_insert(buttons, QuestLogMicroButton)
|
||||
table_insert(buttons, SocialsMicroButton)
|
||||
table_insert(buttons, PVPMicroButton)
|
||||
table_insert(buttons, LFGMicroButton)
|
||||
table_insert(buttons, LFDMicroButton)
|
||||
table_insert(buttons, MainMenuMicroButton)
|
||||
table_insert(buttons, HelpMicroButton)
|
||||
self.bar.buttons = buttons
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue