From 6ba293da0b2b1e5159bb7e660ac11ff58eb6e51a Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Fri, 20 Nov 2009 16:46:36 -0600 Subject: [PATCH] Added config option to hide modifier key hints in the tooltip --- config.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/config.xml b/config.xml index 39807d9..96f1613 100644 --- a/config.xml +++ b/config.xml @@ -170,6 +170,37 @@ + + + + + + + + + + if self:GetChecked() then + ww_vars.options.tooltip.hideHints = true + else + ww_vars.options.tooltip.hideHints = false + end + + + GameTooltip:SetOwner(self,"ANCHOR_RIGHT") + GameTooltip:AddLine("Hides modifier key hints in tooltips", 1, 1, 1) + GameTooltip:Show() + + + GameTooltip:Hide() + + + getglobal(self:GetName() .. "Text"):SetText(self:GetText()) + + + self:SetChecked(ww_vars.options.tooltip.hideHints) + + + -- 1.7.9.5