mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-05 11:28:22 +08:00
added enable crypto argument to synergys/c #4313
This commit is contained in:
@@ -342,7 +342,8 @@ ClientApp::openClient(const String& name, const NetworkAddress& address,
|
||||
address,
|
||||
new TCPSocketFactory(m_events, getSocketMultiplexer()),
|
||||
screen,
|
||||
args().m_enableDragDrop);
|
||||
args().m_enableDragDrop,
|
||||
args().m_enableCrypto);
|
||||
|
||||
try {
|
||||
m_events->adoptHandler(
|
||||
|
||||
Reference in New Issue
Block a user