From 78ca018e7da66c86e1051da0e1bd31697afa74fd Mon Sep 17 00:00:00 2001 From: ollidiemaus Date: Wed, 2 Oct 2024 10:49:48 +0200 Subject: [PATCH] fix reset button --- FrameXML/InterfaceOptionsFrame.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/FrameXML/InterfaceOptionsFrame.lua b/FrameXML/InterfaceOptionsFrame.lua index 8d4b5d5..75faad1 100644 --- a/FrameXML/InterfaceOptionsFrame.lua +++ b/FrameXML/InterfaceOptionsFrame.lua @@ -326,6 +326,7 @@ function ham.settingsFrame:InitializeOptions() if isRetail then witheringPotionButton:SetChecked(HAMDB.witheringPotion) witheringDreamsPotionButton:SetChecked(HAMDB.witheringDreamsPotion) + cavedwellerDelightButton:SetChecked(HAMDB.cavedwellerDelight) end ham.updateHeals() ham.updateMacro()