feat: add learner/static data source mode

This commit is contained in:
Xurkon
2026-06-05 20:15:26 -05:00
parent 3f87e04c75
commit a0409eef8c
8 changed files with 328 additions and 31 deletions
@@ -87,6 +87,9 @@ function QuestieOptionsDefaults:Load()
learnerBroadcast = true,
enableMapIcons = true,
enableMiniMapIcons = true,
-- Learner source preference (Database tab)
-- auto = current behavior, learner = learner only, static = static only, none = base DB only
dataSourceMode = "auto",
questieShutUp = false,
bugWorkarounds = true,
hideIconsOnContinents = false,