feat: show runtime learner mode in database tab

This commit is contained in:
Xurkon
2026-06-05 21:09:10 -05:00
parent 80ad1d49b0
commit cf16e7e95b
2 changed files with 19 additions and 0 deletions
@@ -19,6 +19,7 @@ describe("QuestieLearner data source mode", function()
assert.is_true(has(dbOptions, "none = l10n(\"Neither (base DB only)\")"))
assert.is_true(has(dbOptions, "local function GetLearnerSelectedMode()"))
assert.is_true(has(dbOptions, "get = function() return GetLearnerSelectedMode() end"))
assert.is_true(has(dbOptions, "Runtime mode:"))
end)
it("defaults the learner mode to auto and exposes the live refresh hook", function()