mirror of
https://github.com/Bluewhale1337/HealBotBlue.git
synced 2026-07-27 09:44:44 +00:00
Feat: added customizable unit frame health text and support for non-mana resource tracking
This commit is contained in:
@@ -248,6 +248,8 @@ function HealBot_Options_OnShow(this)
|
||||
HealBot_Options_PanelSounds:SetChecked(HealBot_Config.PanelSounds);
|
||||
HealBot_Options_ShowManaBars:SetChecked(HealBot_Config.ShowManaBars);
|
||||
HealBot_Options_ManaBarsHealersOnly:SetChecked(HealBot_Config.ManaBarsHealersOnly);
|
||||
if HealBot_Config.ShowNonManaBars == nil then HealBot_Config.ShowNonManaBars = 0; end
|
||||
HealBot_Options_ShowNonManaBars:SetChecked(HealBot_Config.ShowNonManaBars);
|
||||
|
||||
if HealBot_Config.ActionMouseover == nil then HealBot_Config.ActionMouseover = 1; end
|
||||
HealBot_Options_ActionMouseover:SetChecked(HealBot_Config.ActionMouseover);
|
||||
@@ -261,6 +263,9 @@ function HealBot_Options_OnShow(this)
|
||||
HealBot_Options_TargetHeals:SetChecked(HealBot_Config.TargetHeals);
|
||||
HealBot_Options_EmergencyHeals:SetChecked(HealBot_Config.EmergencyHeals);
|
||||
HealBot_Options_OverHeal:SetValue(HealBot_Config.OverHeal);
|
||||
if HealBot_Config.ShowHealthText == nil then HealBot_Config.ShowHealthText = 0; end
|
||||
HealBot_UIDropDownMenu_SetSelectedID(HealBot_Options_HealthText, HealBot_Config.ShowHealthText + 1);
|
||||
UIDropDownMenu_SetText(HealBot_Options_HealthText_List[HealBot_Config.ShowHealthText + 1], HealBot_Options_HealthText);
|
||||
HealBot_Options_CastNotify_OnClick(nil,HealBot_Config.CastNotify);
|
||||
HealBot_Options_SetBuffs();
|
||||
HealBot_Options_HideOptions:SetChecked(HealBot_Config.HideOptions);
|
||||
|
||||
Reference in New Issue
Block a user