ElvUI/StaticPopup: Reword incompatible addon popup
This commit is contained in:
@@ -167,6 +167,10 @@ E.PopupDialogs.DISABLE_INCOMPATIBLE_ADDON = {
|
||||
E.PopupDialogs.INCOMPATIBLE_ADDON = {
|
||||
text = L["INCOMPATIBLE_ADDON"],
|
||||
OnAccept = function()
|
||||
E.private[strlower(E.PopupDialogs.INCOMPATIBLE_ADDON.module)].enable = false
|
||||
ReloadUI()
|
||||
end,
|
||||
OnCancel = function()
|
||||
if E.PopupDialogs.INCOMPATIBLE_ADDON.addon == "Ascension_NamePlates" then
|
||||
C_CVar.Set("useNewNamePlates", "0")
|
||||
else
|
||||
@@ -174,7 +178,6 @@ E.PopupDialogs.INCOMPATIBLE_ADDON = {
|
||||
end
|
||||
ReloadUI()
|
||||
end,
|
||||
OnCancel = function() E.private[strlower(E.PopupDialogs.INCOMPATIBLE_ADDON.module)].enable = false ReloadUI() end,
|
||||
button3 = L["Disable Warning"],
|
||||
OnAlt = function ()
|
||||
E:StaticPopup_Hide("INCOMPATIBLE_ADDON")
|
||||
|
||||
Reference in New Issue
Block a user