View Single Post
11-11-12, 06:35 PM   #8
AznNoProblem
A Deviate Faerie Dragon
 
AznNoProblem's Avatar
Join Date: Nov 2011
Posts: 19
Originally Posted by sigg View Post
Thanks cripsii
To AznNoProblem, the button Queueminimap is now available. Thanks Netquick! http://www.wowinterface.com/forums/s...ad.php?t=44359

Cheers

Thank you

So to add
Code:
local BlizzButtons = { 

	{ text = "QueueStatusMinimapButton" },
do I go into designs > minimap buttons > and add it there under

Code:
local BlizzButtons = { 
	{ text = "MiniMapTracking" },
	{ text = "MiniMapVoiceChatFrame" },
	{ text = "MiniMapWorldMapButton" },
	{ text = "MiniMapLFGFrame" },
	{ text = "MinimapZoomIn" },
	{ text = "MinimapZoomOut" },
	{ text = "MiniMapMailFrame" },
	{ text = "MiniMapBattlefieldFrame" },
	{ text = "GameTimeFrame" },
	{ text = "FeedbackUIButton" },
	{ text = "MiniMapRecordingButton" },
	{ text = "MiniMapInstanceDifficulty" },
	{ text = "GuildInstanceDifficulty" },
	{ text = "QueueStatusMinimapButton" },
};
and that's it?
__________________

Last edited by AznNoProblem : 11-11-12 at 07:07 PM. Reason: coding
  Reply With Quote