remove STATICPOPUP_NUMDIALOGS
(cherry picked from commit 83481dad60e044ccdb1cc948571cf849b704f24e)
This commit is contained in:
parent
5bbf5dcd65
commit
7d4f92e3be
4 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue