Update HealBot_Options.lua

HealBot_SetSkinColours fix on borderStyle == 0 missing SetBackdrop

Signed-off-by: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com>
This commit is contained in:
Bluewhale1337
2026-06-27 18:37:05 +02:00
committed by GitHub
parent de9a36f0aa
commit 2104528f64
+6
View File
@@ -297,6 +297,12 @@ function HealBot_SetSkinColours()
local borderStyle = HealBot_Config.bborder[HealBot_Config.Current_Skin] or 2 local borderStyle = HealBot_Config.bborder[HealBot_Config.Current_Skin] or 2
if borderStyle == 0 then if borderStyle == 0 then
HealBot_Action:SetBackdrop({
bgFile = "Interface\\Tooltips\\UI-Tooltip-Background",
edgeFile = "Interface\\Buttons\\WHITE8X8",
tile = true, tileSize = 8, edgeSize = 1,
insets = { left = 1, right = 1, top = 1, bottom = 1 }
})
HealBot_Action:SetBackdropBorderColor(0,0,0,0); HealBot_Action:SetBackdropBorderColor(0,0,0,0);
elseif borderStyle == 1 then elseif borderStyle == 1 then
HealBot_Action:SetBackdrop({ HealBot_Action:SetBackdrop({