Added the new LFD Button to the MicroMenu
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ function MicroMenuMod:OnEnable()
|
|||||||
table_insert(buttons, QuestLogMicroButton)
|
table_insert(buttons, QuestLogMicroButton)
|
||||||
table_insert(buttons, SocialsMicroButton)
|
table_insert(buttons, SocialsMicroButton)
|
||||||
table_insert(buttons, PVPMicroButton)
|
table_insert(buttons, PVPMicroButton)
|
||||||
table_insert(buttons, LFGMicroButton)
|
table_insert(buttons, LFDMicroButton)
|
||||||
table_insert(buttons, MainMenuMicroButton)
|
table_insert(buttons, MainMenuMicroButton)
|
||||||
table_insert(buttons, HelpMicroButton)
|
table_insert(buttons, HelpMicroButton)
|
||||||
self.bar.buttons = buttons
|
self.bar.buttons = buttons
|
||||||
|
|||||||
Reference in New Issue
Block a user