mirror of
https://github.com/debauchee/barrier.git
synced 2025-08-06 10:09:28 +02:00
#123 Added note about disabling clipboard
This commit is contained in:
parent
59e31c3f05
commit
90673e8b87
1 changed files with 4 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue