fix: show learner tooltips in auto mode

This commit is contained in:
Xurkon
2026-06-12 22:43:10 -05:00
parent 72bff01724
commit e96c47a739
3 changed files with 48 additions and 2 deletions
+4 -1
View File
@@ -302,7 +302,10 @@ local function _GetLearnerTooltipLines(key)
if not id then return nil end
local QuestieLearner = QuestieLoader:ImportModule("QuestieLearner")
if not QuestieLearner or not QuestieLearner.IsEnabled or not QuestieLearner:IsEnabled() then
if not QuestieLearner
or not QuestieLearner.CanShowLearnerTooltips
or not QuestieLearner:CanShowLearnerTooltips()
then
return nil
end