fix(tooltip): make ElvUI tooltip style opt-in, reset for existing installs (#16)

The ElvUI tooltip style shipped on by default, so Questie restyled every
default WoW tooltip (stripping the border) for users who never asked for
it and don't run ElvUI. Default is now false, plus migration [8] resets
it off once for existing profiles.
This commit is contained in:
Xurkon
2026-06-10 20:26:41 -05:00
parent f9b19218cb
commit e852e02d32
3 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ function QuestieOptionsDefaults:Load()
enableTooltipsQuestID = false,
enableTooltipsQuestLevel = true,
enableTooltipsSource = false,
elvuiStyleTooltips = true,
elvuiStyleTooltips = false,
showQuestXpAtMaxLevel = true,
enableTooltipsNextInChain = true,
learnerTooltips = true,