Read FYI popup
#86
onLoginAdvice(function(message)
for i, rootW in pairs(rootWidget:getChildren()) do
if rootW:getText() == "For Your Information" then
local a = rootW:getChildById('messageBoxLabel')
warn(a:getText())
break
end
end
end)
- remove | + add
24 Mar 2022