mirror of
https://github.com/Bluewhale1337/HealBotBlue.git
synced 2026-07-27 09:44:44 +00:00
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:
@@ -297,6 +297,12 @@ function HealBot_SetSkinColours()
|
||||
|
||||
local borderStyle = HealBot_Config.bborder[HealBot_Config.Current_Skin] or 2
|
||||
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);
|
||||
elseif borderStyle == 1 then
|
||||
HealBot_Action:SetBackdrop({
|
||||
|
||||
Reference in New Issue
Block a user