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:
@@ -88,7 +88,7 @@ function QuestieOptionsDefaults:Load()
|
||||
enableTooltipsQuestID = false,
|
||||
enableTooltipsQuestLevel = true,
|
||||
enableTooltipsSource = false,
|
||||
elvuiStyleTooltips = true,
|
||||
elvuiStyleTooltips = false,
|
||||
showQuestXpAtMaxLevel = true,
|
||||
enableTooltipsNextInChain = true,
|
||||
learnerTooltips = true,
|
||||
|
||||
Reference in New Issue
Block a user