update Tooltip

This commit is contained in:
Crum
2018-01-03 12:54:19 -06:00
parent 0a2585bd38
commit 191471293b
2 changed files with 7 additions and 13 deletions
+1 -7
View File
@@ -84,7 +84,7 @@ E.Options.args.tooltip = {
colorAlpha = {
order = 8,
type = "range",
name = "OPACITY",
name = OPACITY,
isPercent = true,
min = 0, max = 1, step = 0.01
},
@@ -224,12 +224,6 @@ E.Options.args.tooltip = {
--["ALT"] = ALT_KEY,
--["CTRL"] = CTRL_KEY
}
},
combat = {
order = 4,
type = "toggle",
name = "COMBAT",
desc = L["Hide tooltip while in combat."]
}
}
},