Update Ascension Specific ElvUI elements - GitHub URL, Option Menu and Spellbook Skins (#14)

* Update the Installation completion URL

* Skin Ascension Specific Options Menu Settings

* Skin Spellbook searchbox
This commit is contained in:
Michael Bennett
2022-11-17 07:54:04 +13:00
committed by GitHub
parent 8b3fd29130
commit b62113eb8e
13 changed files with 57 additions and 21 deletions
+1 -1
View File
@@ -683,7 +683,7 @@ local function SetPage(PageNum)
InstallOption2Button:SetText(L["Icons Only"])
elseif PageNum == 8 then
f.SubTitle:SetText(L["Installation Complete"])
f.Desc1:SetText(L["You are now finished with the installation process. If you are in need of technical support please visit us at https://github.com/ElvUI-WotLK."])
f.Desc1:SetText(L["You are now finished with the installation process. If you are in need of technical support please visit us at https://github.com/Ascension-Addons/ElvUI."])
f.Desc2:SetText(L["Please click the button below so you can setup variables and ReloadUI."])
InstallOption1Button:Show()
InstallOption1Button:SetScript("OnClick", function() E:StaticPopup_Show("ELVUI_EDITBOX", nil, nil, "https://discord.gg/UXSc7nt") end)