chore: update Credits tab logo and changelog for v1.1.4

This commit is contained in:
Xurkon
2026-03-15 17:46:43 -05:00
parent 20d0b8fe98
commit 5582f310eb
4 changed files with 14 additions and 1 deletions
@@ -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,
},