- TitanLocation : Removed worldmap minimap button.
HonorGoG [12-13-23 - 04:11]
- TitanLocation : Removed worldmap minimap button.
diff --git a/TitanLocation/TitanLocation.lua b/TitanLocation/TitanLocation.lua
index 1b81441..535c2a2 100755
--- a/TitanLocation/TitanLocation.lua
+++ b/TitanLocation/TitanLocation.lua
@@ -239,7 +239,7 @@ function TitanPanelLocationButton_OnEvent(self, event, ...)
if TitanGetVar(TITAN_LOCATION_ID, "ShowLocOnMiniMap") and MinimapBorderTop:IsShown() then
if not MinimapZoneTextButton:IsShown() then MinimapZoneTextButton:Show() end
- if not MiniMapWorldMapButton:IsShown() then MiniMapWorldMapButton:Show() end
+-- if not MiniMapWorldMapButton:IsShown() then MiniMapWorldMapButton:Show() end
end
else
-- no work needed
@@ -528,7 +528,7 @@ function TitanPanelLocationButton_LocOnMiniMap()
if TitanGetVar(TITAN_LOCATION_ID, "ShowLocOnMiniMap") then
MinimapBorderTop:Show()
MinimapZoneTextButton:Show()
- MiniMapWorldMapButton:Show()
+-- MiniMapWorldMapButton:Show()
else
MinimapBorderTop:Hide()
MinimapZoneTextButton:Hide()