diff --git a/Modules/Options/ArrowTab/QuestieOptionsArrow.lua b/Modules/Options/ArrowTab/QuestieOptionsArrow.lua index 39b72dd..78863a3 100644 --- a/Modules/Options/ArrowTab/QuestieOptionsArrow.lua +++ b/Modules/Options/ArrowTab/QuestieOptionsArrow.lua @@ -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("SCALE SET CALLED: " .. tostring(value)) Questie.db.profile.arrowScale = value if QuestieArrow and QuestieArrow.UpdateSettings then QuestieArrow:UpdateSettings()