mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-09 07:22:21 +08:00
fixed: accidentally nerfed drag and drop.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user