From f8feadf8b6564bbfd1a2f93a85f16d4f93041ce3 Mon Sep 17 00:00:00 2001 From: Xruptor Date: Sun, 24 Jul 2016 16:49:06 -0400 Subject: [PATCH] Updated for Legion -Updated TOC for Legion -You can now hold down the SHIFT key during combat to view the tooltips. --- xanTooltipHoudini.lua | 8 ++++++-- xanTooltipHoudini.toc | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/xanTooltipHoudini.lua b/xanTooltipHoudini.lua index 9ea30e7..eb836c9 100644 --- a/xanTooltipHoudini.lua +++ b/xanTooltipHoudini.lua @@ -157,7 +157,9 @@ function f:PLAYER_LOGIN() return end if not XTH_DB.showAuras or not XTH_DB.showQuestObj then - self:Hide() + if not IsShiftKeyDown() then + self:Hide() + end end return end @@ -183,7 +185,9 @@ function f:PLAYER_LOGIN() end --otherwise hide it if not auraSwitch or not XTH_DB.showQuestObj then - self:Hide() + if not IsShiftKeyDown() then + self:Hide() + end end end end diff --git a/xanTooltipHoudini.toc b/xanTooltipHoudini.toc index 8d5b4a8..86c571d 100644 --- a/xanTooltipHoudini.toc +++ b/xanTooltipHoudini.toc @@ -1,8 +1,8 @@ -## Interface: 60000 +## Interface: 70000 ## Title: xanTooltipHoudini ## Notes: Hides the game tooltip while in combat. ## Author: Xruptor -## Version: 2.1 +## Version: 2.2 ## OptionalDeps: tekDebug ## SavedVariables: XTH_DB -- 1.7.9.5