update links. Increment version
This commit is contained in:
@@ -44,13 +44,13 @@ E.PopupDialogs.ELVUI_UPDATED_WHILE_RUNNING = {
|
||||
}
|
||||
|
||||
E.PopupDialogs.ELVUI_UPDATE_AVAILABLE = {
|
||||
text = L["ElvUI is five or more revisions out of date. You can download the newest version from https://github.com/BanditTech/ElvUI-Ascension"],
|
||||
text = L["ElvUI is five or more revisions out of date. You can download the newest version from the Ascension Launcher, or https://github.com/Ascension-Addons/ElvUI"],
|
||||
hasEditBox = 1,
|
||||
OnShow = function(self)
|
||||
self.editBox:SetAutoFocus(false)
|
||||
self.editBox.width = self.editBox:GetWidth()
|
||||
self.editBox:Width(220)
|
||||
self.editBox:SetText("https://github.com/BanditTech/ElvUI-Ascension")
|
||||
self.editBox:SetText("https://github.com/Ascension-Addons/ElvUI")
|
||||
self.editBox:HighlightText()
|
||||
ChatEdit_FocusActiveWindow()
|
||||
end,
|
||||
@@ -70,8 +70,8 @@ E.PopupDialogs.ELVUI_UPDATE_AVAILABLE = {
|
||||
self:GetParent():Hide()
|
||||
end,
|
||||
EditBoxOnTextChanged = function(self)
|
||||
if self:GetText() ~= "https://github.com/BanditTech/ElvUI-Ascension" then
|
||||
self:SetText("https://github.com/BanditTech/ElvUI-Ascension")
|
||||
if self:GetText() ~= "https://github.com/Ascension-Addons/ElvUI" then
|
||||
self:SetText("https://github.com/Ascension-Addons/ElvUI")
|
||||
end
|
||||
self:HighlightText()
|
||||
self:ClearFocus()
|
||||
|
||||
Reference in New Issue
Block a user