Platform fixes and rework ping

This commit is contained in:
Eduardo Bart
2013-02-24 17:26:19 -03:00
parent a8c175452b
commit 06e2b6eca2
31 changed files with 178 additions and 111 deletions

View File

@@ -145,10 +145,10 @@ function EnterGame.firstShow()
local host = g_settings.get('host')
local autologin = g_settings.getBoolean('autologin')
if #host > 0 and #password > 0 and #account > 0 and autologin then
connect(g_app, { onRun = function()
addEvent(function()
if not g_settings.getBoolean('autologin') then return end
EnterGame.doLogin()
end})
end)
end
end

View File

@@ -1,7 +1,7 @@
MainWindow
id: waitingWindow
!text: tr('Waiting List')
size: 260 160
size: 260 180
@onEscape: CharacterList.cancelWait()
Label