Fixed an issue with tooltip icons not showing on classic and vanilla

This commit is contained in:
Tercio Jose
2024-03-13 21:28:28 -03:00
parent 5f6ad0efd8
commit 42abffa680
2 changed files with 9 additions and 3 deletions
+3 -1
View File
@@ -1,6 +1,6 @@
local dversion = 523
local dversion = 525
local major, minor = "DetailsFramework-1.0", dversion
local DF, oldminor = LibStub:NewLibrary(major, minor)
@@ -1447,6 +1447,8 @@ local ValidOutlines = {
["MONOCHROME"] = true,
["OUTLINE"] = true,
["THICKOUTLINE"] = true,
["OUTLINEMONOCHROME"] = true,
["THICKOUTLINEMONOCHROME"] = true,
}
DF.FontOutlineFlags = {