Version 2.1 - imbuements, wrap/unwrap, 4 byte header, packet compression and other features

This commit is contained in:
OTCv8
2020-03-13 23:35:44 +01:00
parent dbfad99ca4
commit b58076a675
36 changed files with 1740 additions and 251 deletions

View File

@@ -317,6 +317,11 @@ function processMessage(data)
local title = tr(data["title"])
local msg = data["msg"]
msgWindow = displayInfoBox(title, msg)
msgWindow.onDestroy = function(widget)
if widget == msgWindow then
msgWindow = nil
end
end
msgWindow:show()
msgWindow:raise()
msgWindow:focus()