mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 15:26:49 +01:00
Rework auto focus behavior, closes #222
This commit is contained in:
@@ -97,7 +97,6 @@ function EnterGame.init()
|
||||
enterGame:getChildById('serverPortTextEdit'):setText(port)
|
||||
enterGame:getChildById('autoLoginBox'):setChecked(autologin)
|
||||
enterGame:getChildById('rememberPasswordBox'):setChecked(#account > 0)
|
||||
enterGame:getChildById('accountNameTextEdit'):focus()
|
||||
|
||||
protocolBox = enterGame:getChildById('protocolComboBox')
|
||||
protocolBox.onOptionChange = onChangeProtocol
|
||||
|
||||
Reference in New Issue
Block a user