fix: Use SharedMedia:Fetch to get actual font object

This commit is contained in:
Xurkon
2026-04-02 19:42:15 -05:00
parent 11cc0e9a79
commit 2efbc0e799
2 changed files with 5 additions and 4 deletions
@@ -91,6 +91,7 @@ function QuestieOptions.tabs.arrow:Initialize()
desc = function() return l10n("The font used for the arrow distance and title text.") end,
get = function() return Questie.db.profile.arrowFont or "Friz Quadrata TT" end,
set = function(_, value)
print("Arrow Font set to: " .. tostring(value) .. " type: " .. type(value))
Questie.db.profile.arrowFont = value
if QuestieArrow and QuestieArrow.UpdateFont then
QuestieArrow:UpdateFont()