From 2913d82728b7d135ced63c5f3f062feabcc55e7c Mon Sep 17 00:00:00 2001 From: Repooc Date: Tue, 11 Mar 2014 19:25:06 -0400 Subject: [PATCH] Remove option for pethide --- CHANGELOG.txt | 2 +- ElvUI_SLE/modules/minimap/options.lua | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index bf4b12a..f9eb1cb 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -5,7 +5,7 @@ v1.86 March 11, 2014 - Update minimum width/height on background panel due to requests - Added Gem Hiding function for character frame - Added new textures for chacter frame background -- Added option to hide squareminimap bar during pet battles +- Added hiding squareminimap bar during pet battles v1.85 March 3, 2014 - Added ability to select background image on character screen as well set a custom image diff --git a/ElvUI_SLE/modules/minimap/options.lua b/ElvUI_SLE/modules/minimap/options.lua index f0b60d8..90fcb01 100755 --- a/ElvUI_SLE/modules/minimap/options.lua +++ b/ElvUI_SLE/modules/minimap/options.lua @@ -81,14 +81,6 @@ local function configTable() get = function(info) return E.private.sle.minimap.mapicons.enable end, set = function(info, value) E.private.sle.minimap.mapicons.enable = value; E:StaticPopup_Show("PRIVATE_RL") end, }, - pethide = { - order = 2, - type = 'toggle', - name = L["Hide in Pet Battle"], - desc = L["Show/Hide this frame during Pet Battles."], - get = function(info) return E.db.sle.minimap.mapicons.pethide end, - set = function(info, value) E.db.sle.minimap.mapicons.pethide = value; E:GetModule('SquareMinimapButtons'):RegisterHide() end, - }, skindungeon = { order = 3, type = 'toggle', -- 1.7.9.5