remove STATICPOPUP_NUMDIALOGS
(cherry picked from commit 83481dad60e044ccdb1cc948571cf849b704f24e)
This commit is contained in:
@@ -127,7 +127,6 @@ globals = {
|
||||
"SlashCmdList",
|
||||
"WA_SearchBoxTemplate_OnTextChanged",
|
||||
"SmoothStatusBarMixin",
|
||||
"STATICPOPUP_NUMDIALOGS",
|
||||
"StaticPopup_Show",
|
||||
"StaticPopupDialogs",
|
||||
"TableHasAnyEntries",
|
||||
|
||||
@@ -2281,7 +2281,7 @@ StaticPopupDialogs["WEAKAURAS_CONFIRM_REPAIR"] = {
|
||||
whileDead = 1,
|
||||
showAlert = 1,
|
||||
timeout = 0,
|
||||
preferredindex = STATICPOPUP_NUMDIALOGS
|
||||
preferredindex = 4
|
||||
}
|
||||
|
||||
function Private.ValidateUniqueDataIds(silent)
|
||||
|
||||
@@ -402,7 +402,7 @@ function OptionsPrivate.AddTriggerMetaFunctions(options, data, triggernum)
|
||||
showAlert = 1,
|
||||
whileDead = 1,
|
||||
timeout = 0,
|
||||
preferredindex = STATICPOPUP_NUMDIALOGS,
|
||||
preferredindex = 4,
|
||||
}
|
||||
triggerDeleteDialogOpen = true
|
||||
StaticPopup_Show("WEAKAURAS_CONFIRM_TRIGGER_DELETE")
|
||||
|
||||
@@ -452,7 +452,8 @@ StaticPopupDialogs["WEAKAURAS_CONFIRM_DELETE"] = {
|
||||
end,
|
||||
showAlert = 1,
|
||||
whileDead = 1,
|
||||
preferredindex = STATICPOPUP_NUMDIALOGS,
|
||||
timeout = 0,
|
||||
preferredindex = 4,
|
||||
}
|
||||
|
||||
function OptionsPrivate.IsWagoUpdateIgnored(auraId)
|
||||
|
||||
Reference in New Issue
Block a user