KlazScipts/Modules/Automation/NoEscape.lua

12 lines
561 B
Lua
Raw Normal View History

2024-03-17 22:33:11 +00:00
--------------------------------------------------------------------------------
-- # MODULES > AUTOMATION > NO ESCAPE
--------------------------------------------------------------------------------
-- prevent <Esc> from closing these pop-ups
StaticPopupDialogs.RESURRECT.hideOnEscape = nil
StaticPopupDialogs.AREA_SPIRIT_HEAL.hideOnEscape = nil
StaticPopupDialogs.PARTY_INVITE.hideOnEscape = nil
StaticPopupDialogs.CONFIRM_SUMMON.hideOnEscape = nil
StaticPopupDialogs.ADDON_ACTION_FORBIDDEN.button1 = nil
StaticPopupDialogs.TOO_MANY_LUA_ERRORS.button1 = nil