#123 Made disable clipboard take effect on client

This commit is contained in:
Xinyu Hou
2016-09-15 16:45:36 -04:00
committed by Andrew Nelless
parent 90673e8b87
commit eafc548b97
3 changed files with 24 additions and 8 deletions

View File

@@ -223,4 +223,5 @@ private:
TCPSocket* m_socket;
bool m_useSecureNetwork;
ClientArgs m_args;
bool m_enableClipboard;
};