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:
@@ -356,7 +356,7 @@ local function onChannelList(channelList)
|
||||
label:setText(channelName)
|
||||
|
||||
label:setPhantom(false)
|
||||
connect(label, { onMouseDoubleClick = function () doChannelListSubmit(channelsWindow) end } )
|
||||
connect(label, { onDoubleClick = function () doChannelListSubmit(channelsWindow) end } )
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user