feat: expand learner tooltip controls

This commit is contained in:
Xurkon
2026-06-06 14:30:07 -05:00
parent 1f3de0e02e
commit 1ca426ee9f
7 changed files with 148 additions and 19 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ local function _ResizeTooltipToFit(tooltip)
end
function QuestieTooltips:ResizeTooltip(tooltip)
if Questie.db.profile.learnerTooltipAutoResize == false then
if not (Questie.db and Questie.db.profile) or Questie.db.profile.learnerTooltipAutoResize == false then
return
end
_ResizeTooltipToFit(tooltip)