#123 Added note about disabling clipboard

This commit is contained in:
Xinyu Hou 2016-09-15 16:26:13 -04:00 committed by Andrew Nelless
parent 59e31c3f05
commit 90673e8b87
1 changed files with 4 additions and 0 deletions

View File

@ -1171,6 +1171,10 @@ Server::processOptions()
}
else if (id == kOptionClipboardSharing) {
m_enableClipboard = (value != 0);
if (m_enableClipboard == false) {
LOG((CLOG_NOTE "clipboard sharing is disabled"));
}
}
}
if (m_relativeMoves && !newRelativeMoves) {