fix(tooltip): make Ascension quest-line stripping opt-in (#16)

HideAscensionQuestLines ran on every tooltip and removed any line
matching a quest-objective pattern (N/M, [N] ...), clobbering other
tooltip addons' lines (durability, stack counts, etc.). Gate it behind a
new General-tab option 'Hide Ascension quest progress lines' (default
off) so Questie no longer modifies tooltip lines it does not own by
default. Existing installs read the unset option as off automatically.
This commit is contained in:
Xurkon
2026-06-10 20:39:21 -05:00
parent cee005fc63
commit 49bc586c15
4 changed files with 18 additions and 0 deletions
@@ -89,6 +89,7 @@ function QuestieOptionsDefaults:Load()
enableTooltipsQuestLevel = true,
enableTooltipsSource = false,
elvuiStyleTooltips = false,
hideAscensionTooltipQuestLines = false,
showQuestXpAtMaxLevel = true,
enableTooltipsNextInChain = true,
learnerTooltips = true,