We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed128f8 commit 9364187Copy full SHA for 9364187
main.lua
@@ -255,7 +255,7 @@ function DialogKey:GetValidPopupButtons()
255
local buttons = {}
256
local popupFrames = {}
257
if StaticPopup_ForEachShownDialog then
258
- StaticPopup_ForEachShownDialog(function(popup) table.insert(popupFrames, popup) end)
+ StaticPopup_ForEachShownDialog(function(popup) if not popup.special then table.insert(popupFrames, popup) end end)
259
else
260
for i = 1, 4 do
261
local popup = _G["StaticPopup" .. i]
0 commit comments