debug: Add prints to trace scale update

This commit is contained in:
Xurkon
2026-04-02 19:06:56 -05:00
parent a1f273bba5
commit fb8c4292c9
2 changed files with 5 additions and 0 deletions
@@ -55,6 +55,7 @@ function QuestieOptions.tabs.arrow:Initialize()
step = 0.05,
get = function() return Questie.db.profile.arrowScale or 1 end,
set = function(_, value)
print("Arrow scale set to: " .. tostring(value))
Questie.db.profile.arrowScale = value
if QuestieArrow and QuestieArrow.UpdateSettings then
QuestieArrow:UpdateSettings()