fixed: accidentally nerfed drag and drop.
This commit is contained in:
parent
f149101d25
commit
deff54f051
|
@ -71,7 +71,7 @@ CClient::CClient(IEventQueue* events,
|
|||
m_crypto(crypto),
|
||||
m_sendFileThread(NULL),
|
||||
m_writeToDropDirThread(NULL),
|
||||
m_enableDragDrop(false)
|
||||
m_enableDragDrop(enableDragDrop)
|
||||
{
|
||||
assert(m_socketFactory != NULL);
|
||||
assert(m_screen != NULL);
|
||||
|
|
Loading…
Reference in New Issue