Show SpeechFrame after resetting its position
All checks were successful
forgejo/Czech Quests/addon/pipeline/head This commit looks good

This commit is contained in:
Roman Jaroš 2025-05-04 12:49:59 +02:00
parent 4087c853a1
commit 8e185b368a
2 changed files with 12 additions and 7 deletions

View file

@ -107,6 +107,7 @@ local function InitSpeeches()
CreateButton('Resetovat pozici okna', "RESET", function()
CzechQuestsAddon_Store.config.SPEECH_FRAME_POSITION_X = 0
CzechQuestsAddon_Store.config.SPEECH_FRAME_POSITION_Y = 0
addon.SpeechFrame:Show()
addon.SpeechFrame:UpdateSettings()
end)