Updated for Legion
Xruptor [07-24-16 - 20:49]
Updated for Legion
-Updated TOC for Legion
-You can now hold down the SHIFT key during combat to view the tooltips.
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