From 79c98e88c2a982dff00911a1ed244749ad571d16 Mon Sep 17 00:00:00 2001 From: Bunny67 Date: Thu, 6 Aug 2020 18:05:17 +0300 Subject: [PATCH] fix trigger delete popup --- WeakAurasOptions/TriggerOptions.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/WeakAurasOptions/TriggerOptions.lua b/WeakAurasOptions/TriggerOptions.lua index bcbcee0..224514c 100644 --- a/WeakAurasOptions/TriggerOptions.lua +++ b/WeakAurasOptions/TriggerOptions.lua @@ -291,6 +291,7 @@ function WeakAuras.AddTriggerMetaFunctions(options, data, triggernum) end, showAlert = 1, whileDead = 1, + timeout = 0, preferredindex = STATICPOPUP_NUMDIALOGS, } StaticPopup_Show("WEAKAURAS_CONFIRM_TRIGGER_DELETE")