Show SpeechFrame after resetting its position

This commit is contained in:
Roman Jaroš 2025-05-04 12:49:59 +02:00
parent 45f4e54636
commit a365e4ed94

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)