From de9a36f0aa42730ee96c7c8c4e7c2d0b4281b949 Mon Sep 17 00:00:00 2001 From: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com> Date: Sat, 27 Jun 2026 18:33:46 +0200 Subject: [PATCH] Update HealBot_Options.lua Bugfix - missing refresh inside of HealBot_Options_ActionAlpha_OnValueChanged Signed-off-by: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com> --- HealBot_Options.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/HealBot_Options.lua b/HealBot_Options.lua index 0e28039..b306dbf 100644 --- a/HealBot_Options.lua +++ b/HealBot_Options.lua @@ -203,6 +203,7 @@ end function HealBot_Options_ActionAlpha_OnValueChanged(this) HealBot_Config.backcola[HealBot_Config.Current_Skin] = HealBot_Options_Pct_OnValueChanged(this); + HealBot_Action_ResetSkin() end function HealBot_Options_BarAlpha_OnValueChanged(this)