tullamods / Dominos

A main actionbar replacement
https://tullamods.com/dominos
BSD 3-Clause "New" or "Revised" License
79 stars 27 forks source link

Unable to change Hotkey Stacks font. #747

Closed ned406 closed 1 year ago

ned406 commented 1 year ago

Previously adding the

hooksecurefunc(Dominos.BindableButton, "AddQuickBindingSupport", function(self, button) button.HotKey:SetFont("Fonts\FRIZQT__.ttf", 15, "OUTLINE")

end)

command into my Masque addon would change the font of both the Hotkey and the stacks, but this no longer happens, it only changes the font for the Hotkey.

Do you have any idea how I could make the stacks show the font I want them too Tuller?

ned406 commented 1 year ago

Issue fixed, added hooksecurefunc(Dominos.BindableButton, "AddQuickBindingSupport", function(self, button) button.Count:SetFont("Fonts\FRIZQT__.ttf", 18, "OUTLINE") end)