Added tranliterate into the icon tooltip

This commit is contained in:
Tercio Jose
2024-06-01 12:52:52 -03:00
parent cd16ce7590
commit 9605299be0
5 changed files with 17 additions and 4 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
local dversion = 537
local dversion = 538
local major, minor = "DetailsFramework-1.0", dversion
local DF, oldminor = LibStub:NewLibrary(major, minor)
@@ -2865,6 +2865,7 @@ end
--DF.font_templates ["OPTIONS_FONT_TEMPLATE"] = {color = "yellow", size = 12, font = "Accidental Presidency"}
DF.font_templates["ORANGE_FONT_TEMPLATE"] = {color = "orange", size = 10, font = DF:GetBestFontForLanguage()}
DF.font_templates["OPTIONS_FONT_TEMPLATE"] = {color = "yellow", size = 9.6, font = DF:GetBestFontForLanguage()}
DF.font_templates["SMALL_SILVER"] = {color = "silver", size = 9, font = DF:GetBestFontForLanguage()}
--dropdowns
DF.dropdown_templates = DF.dropdown_templates or {}