添加启动时自动登录开关

This commit is contained in:
MrZ626
2021-10-17 14:11:41 +08:00
parent 5cd03f40f6
commit cbf73f5194
10 changed files with 19 additions and 8 deletions

View File

@@ -93,7 +93,9 @@ local loadingThread=coroutine.wrap(function()
STAT.run=STAT.run+1
--Connect to server
NET.wsconn_app()
if SETTING.autoLogin then
NET.wsconn_app()
end
SFX.play('enter',.8)
SFX.play('welcome')