fix(map): extend minimap fade range slider

This commit is contained in:
Xurkon
2026-06-11 15:17:18 -05:00
parent eebd26cad8
commit 900ff4a4e4
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ function QuestieOptions:SetProfileValue(info, value)
end
Questie.db.profile[key] = value
if key == "minimapIconRangeCutoff" then
if key == "minimapIconRangeCutoff" or key == "fadeLevel" then
local QuestieMap = QuestieLoader:ImportModule("QuestieMap")
if QuestieMap and QuestieMap.RefreshMinimapIconVisibility then
QuestieMap:RefreshMinimapIconVisibility()