Actually commit these changes.
Scott Sibley [11-17-10 - 20:55]
Actually commit these changes.
Changed the default gestures a bit. Now they control data collection.
diff --git a/Modules/Gestures/Gestures.lua b/Modules/Gestures/Gestures.lua
index a8c7654..e6b16d8 100644
--- a/Modules/Gestures/Gestures.lua
+++ b/Modules/Gestures/Gestures.lua
@@ -22,15 +22,12 @@ local defaults = {
profile = {
gestures = {
[1] = {
- name = "Hide Tooltip",
+ name = "Wipe Data",
enabled = true,
gestures = {{type="line", pattern="right"}, {type="line", pattern="left"}, {type="line", pattern="right"}, {type="line", pattern="left"}},
expression = [[
-if not _G.StarTip.tooltipHidden then
- _G.StarTip:HideTooltip()
-else
- _G.StarTip:ShowTooltip()
-end
+WipeDPS()
+WipeNoise()
]]
},
[2] = {