diff --git a/Button.lua b/Button.lua index 755db8a..cc98c74 100644 --- a/Button.lua +++ b/Button.lua @@ -31,6 +31,7 @@ function Bartender4.Button:Create(id, parent) button.hotkey = _G[("%sHotKey"):format(name)] button.icon = _G[("%sIcon"):format(name)] + button.flash = _G[("%sFlash"):format(name)] button:SetNormalTexture("") local oldNT = _G[("%sNormalTexture"):format(name)]