#123 Made disable clipboard take effect on server

This commit is contained in:
Xinyu Hou 2016-09-15 16:19:10 -04:00 committed by Andrew Nelless
parent 9c0bac7c7d
commit 673829f511
3 changed files with 17 additions and 6 deletions

View file

@ -473,6 +473,7 @@ private:
String m_dragFileExt;
bool m_ignoreFileTransfer;
bool m_enableDragDrop;
bool m_enableClipboard;
Thread* m_sendDragInfoThread;
bool m_waitDragInfoThread;