View Single Post
05-16-18, 01:26 PM   #15
alipica
A Kobold Labourer
Join Date: May 2018
Posts: 1
Hiding the zone button at the top

I know this is a very old thread, but I thought this might still be useful to someone. It works as of Legion (7.3.5). I got it out of the SpartanUI lua:

Code:
MinimapZoneText:Hide();
Minimap.ZoneText = Minimap:CreateFontString(nil,"OVERLAY","SUI_Font10");	
MinimapZoneText:ClearAllPoints();
MinimapZoneText:SetAllPoints(Minimap.ZoneText);
MinimapZoneTextButton:ClearAllPoints();
MinimapZoneTextButton:SetAllPoints(Minimap.ZoneText);