mirror of
https://github.com/Bluewhale1337/HealBotBlue.git
synced 2026-07-27 09:44:44 +00:00
Minor bugfixes to target restoration, layout, Buff tracking
This commit is contained in:
@@ -65,9 +65,9 @@ function HealBot_Options_TooltipPos_Refresh(onselect)
|
||||
UIDropDownMenu_SetSelectedID(HealBot_Options_TooltipPos,HealBot_Config.TooltipPos)
|
||||
end
|
||||
|
||||
function HealBot_Options_TooltipPos_OnLoad(this)
|
||||
HealBot_Options_TooltipPos_Initialize()
|
||||
UIDropDownMenu_SetWidth(128)
|
||||
function HealBot_Options_TooltipPos_OnLoad()
|
||||
UIDropDownMenu_Initialize(this, HealBot_Options_TooltipPos_DropDown)
|
||||
UIDropDownMenu_SetWidth(128, this)
|
||||
end
|
||||
|
||||
function HealBot_Options_TooltipPos_OnSelect()
|
||||
@@ -189,7 +189,7 @@ end
|
||||
|
||||
|
||||
|
||||
HealBot_Options_CurrentPanel = 0;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user