fix: keep learner mode live

This commit is contained in:
Xurkon
2026-06-05 20:51:42 -05:00
parent 76d9a41124
commit 64d5fb2f10
3 changed files with 28 additions and 0 deletions
@@ -267,6 +267,9 @@ function QuestieOptions.tabs.database:Initialize()
if Questie.dbLearner.global and Questie.dbLearner.global.settings then
Questie.dbLearner.global.settings.dataSourceMode = v
Questie.dbLearner.global.settings.prioritizeMyData = (v ~= "static" and v ~= "none")
if v == "learner" then
Questie.dbLearner.global.settings.enabled = true
end
ApplyLearnerMode()
end
end,