From e0d8f362bc50a5ccd43dc7fe81c00c927511695e Mon Sep 17 00:00:00 2001 From: andrew6180 <16847730+andrew6180@users.noreply.github.com> Date: Wed, 15 Oct 2025 10:31:46 -0700 Subject: [PATCH] enable tooltip ids on setup cvars --- ElvUI/Core/Install.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/ElvUI/Core/Install.lua b/ElvUI/Core/Install.lua index 6513105..050e0e6 100644 --- a/ElvUI/Core/Install.lua +++ b/ElvUI/Core/Install.lua @@ -167,6 +167,7 @@ local function SetupChat(noDisplayMsg) end local function SetupCVars(noDisplayMsg) + SetCVar("showTooltipID", 1) SetCVar("mapQuestDifficulty", 1) SetCVar("ShowClassColorInNameplate", 1) SetCVar("screenshotQuality", 10)