Update HealBot_Options.lua

Bugfix - missing refresh inside of HealBot_Options_ActionAlpha_OnValueChanged

Signed-off-by: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com>
This commit is contained in:
Bluewhale1337
2026-06-27 18:33:46 +02:00
committed by GitHub
parent 2bd810325d
commit de9a36f0aa
+1
View File
@@ -203,6 +203,7 @@ end
function HealBot_Options_ActionAlpha_OnValueChanged(this) function HealBot_Options_ActionAlpha_OnValueChanged(this)
HealBot_Config.backcola[HealBot_Config.Current_Skin] = HealBot_Options_Pct_OnValueChanged(this); HealBot_Config.backcola[HealBot_Config.Current_Skin] = HealBot_Options_Pct_OnValueChanged(this);
HealBot_Action_ResetSkin()
end end
function HealBot_Options_BarAlpha_OnValueChanged(this) function HealBot_Options_BarAlpha_OnValueChanged(this)