fix: Use SharedMedia:Fetch to get actual font object
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user