chore: update Credits tab logo and changelog for v1.1.4
This commit is contained in:
@@ -18,7 +18,10 @@ function QuestieOptions.tabs.credits:Initialize()
|
||||
type = "description",
|
||||
order = 0.5,
|
||||
name = "",
|
||||
image = "Interface\\AddOns\\Questie-X\\Icons\\QuestieXlogo.tga",
|
||||
image = function()
|
||||
local QuestieLib = QuestieLoader:ImportModule("QuestieLib")
|
||||
return QuestieLib.AddonPath .. "Icons\\QuestieXlogo.tga"
|
||||
end,
|
||||
imageWidth = 512,
|
||||
imageHeight = 128,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user