From 08b534f275d61f4bc456d8c100ef4e45e717a285 Mon Sep 17 00:00:00 2001 From: funkydude Date: Wed, 21 Jun 2023 12:50:32 +0100 Subject: [PATCH] Hide the north tag option on retail --- SexyMap.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SexyMap.lua b/SexyMap.lua index 47a0c6c..b144931 100644 --- a/SexyMap.lua +++ b/SexyMap.lua @@ -138,7 +138,7 @@ mod.options = { end mod.db.northTag = v end, - disabled = not MinimapNorthTag, + hidden = not MinimapNorthTag, }, zoom = { order = 7,