mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
update TODO, rename onMouseDoubleClick to onDoubleClick
This commit is contained in:
@@ -78,7 +78,7 @@ function CharacterList.create(characters, premDays)
|
||||
label.worldHost = worldHost
|
||||
label.worldPort = worldIp
|
||||
|
||||
connect(label, { onMouseDoubleClick = function () CharacterList.doLogin() return true end } )
|
||||
connect(label, { onDoubleClick = function () CharacterList.doLogin() return true end } )
|
||||
|
||||
if i == 1 or Settings.get('lastUsedCharacter') == characterName then
|
||||
focusLabel = label
|
||||
|
Reference in New Issue
Block a user