mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-13 07:06:10 +08:00
#123 Added note about disabling clipboard
This commit is contained in:
committed by
Andrew Nelless
parent
59e31c3f05
commit
90673e8b87
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user