Remove the Titan option 'Disable Minimap Adjust'
urnati [08-08-19 - 20:39]
Remove the Titan option 'Disable Minimap Adjust'
diff --git a/TitanClassic/TitanClassicConfig.lua b/TitanClassic/TitanClassicConfig.lua
index 875be5c..a824a6d 100644
--- a/TitanClassic/TitanClassicConfig.lua
+++ b/TitanClassic/TitanClassicConfig.lua
@@ -780,6 +780,7 @@ local optionsBars = {
get = function() return TitanPanelGetVar("ScreenAdjust") end,
set = function() TitanPanel_ScreenAdjustReload() end,
},
+--[[
optionminimap = {
name = L["TITAN_PANEL_MENU_DISABLE_MINIMAP_PUSH"],
desc = L["TITAN_PANEL_MENU_DISABLE_MINIMAP_PUSH"],
@@ -787,6 +788,7 @@ local optionsBars = {
get = function() return TitanPanelGetVar("MinimapAdjust") end,
set = function() TitanPanelToggleVar("MinimapAdjust"); end,
},
+--]]
optiontickets = {
name = L["TITAN_PANEL_MENU_DISABLE_TICKET"].." "
.._G["GREEN_FONT_COLOR_CODE"]..L["TITAN_PANEL_MENU_RELOADUI"],