Checkbox also update settings

This commit is contained in:
Roman Jaroš 2025-03-07 13:57:47 +01:00
parent 414aef6924
commit b6d64d65b5
6 changed files with 45 additions and 40 deletions

View file

@ -17,7 +17,7 @@ local function ShowQuestTranslation(event)
local data = CzechQuestsAddon:GetData("quest", questId)
if data then
local title = GetQuestTitle(data.title, questId)
frame:SetData(title, data.objective, "Popis", data.description, QuestLogFrame, 0, 0)
frame:SetData(title, data.objective, "Popis", data.description, QuestLogFrame, -20, -20)
end
end
end