from retail

This commit is contained in:
NoM0Re
2025-01-06 19:47:37 +01:00
parent 873748218a
commit 7a185106f2
111 changed files with 359 additions and 195 deletions
@@ -1,4 +1,4 @@
if not WeakAuras.IsCorrectVersion() or not WeakAuras.IsLibsOK() then return end
if not WeakAuras.IsLibsOK() then return end
local AddonName, OptionsPrivate = ...
-- Lua APIs
@@ -1159,9 +1159,9 @@ function OptionsPrivate.CreateFrame()
containerScroll:AddChild(simpleLabel)
local button = AceGUI:Create("WeakAurasNewButton")
button:SetTitle(L["From Template"])
button:SetTitle(L["Premade Auras"])
button:SetDescription(L["Offer a guided way to create auras for your character"])
button:SetIcon("Interface\\Icons\\INV_Misc_Book_06")
button:SetIcon("Interface\\Icons\\Inv_misc_book_09")
button:SetClick(function()
OptionsPrivate.OpenTriggerTemplate(nil, self:GetTargetAura())
end)