Quantcast

Bleh turn off nameplates module by default. It also only hides the tooltip if you're holding down ctrl. I'll extend this later.

Scott Sibley [10-20-10 - 08:27]
Bleh turn off nameplates module by default. It also only hides the tooltip if you're holding down ctrl. I'll extend this later.
Filename
Modules/Nameplates/Nameplates.lua
diff --git a/Modules/Nameplates/Nameplates.lua b/Modules/Nameplates/Nameplates.lua
index f7ced3d..b02db5c 100644
--- a/Modules/Nameplates/Nameplates.lua
+++ b/Modules/Nameplates/Nameplates.lua
@@ -2,7 +2,7 @@ local mod = StarTip:NewModule("Nameplates", "AceTimer-3.0")
 mod.name = "Hide Nameplates"
 mod.toggled = true
 mod.desc = "Toggle this module on to cause the tooltip to hide when mousing over nameplates and the control key is down."
-mod.defaultOff = false
+mod.defaultOff = true
 local _G = _G
 local StarTip = _G.StarTip
 local GameTooltip = _G.GameTooltip