fix: synchronize learner performance options
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -471,6 +471,10 @@ local function _FlushActiveQuestPins()
|
||||
_pendingQuestPinRefreshTimer = nil
|
||||
|
||||
if not next(questIdSet) then return end
|
||||
if GetLearnerSetting("pinRefreshMode", "batched") == "manual" then
|
||||
_pendingQuestFrameUnloads = {}
|
||||
return
|
||||
end
|
||||
if not QuestieQuest or not QuestieQuest.UpdateQuest then return end
|
||||
if not QuestiePlayer or not QuestiePlayer.currentQuestlog then return end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user