fix: synchronize learner performance options

This commit is contained in:
Xurkon
2026-06-04 16:59:37 -05:00
parent a1424bdd53
commit 5e3ac7cdd1
2 changed files with 8 additions and 0 deletions
@@ -73,6 +73,10 @@ local function ApplyLearnerPerformancePreset(mode)
settings.learnerCommsIntensity = "normal"
settings.minConfidencePins = 1
end
if mode == "realtime" or mode == "balanced" or mode == "low" then
Questie.db.profile.learnerBroadcast = true
end
end
function QuestieOptions.tabs.advanced:Initialize()