mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-11 14:15:46 +08:00
#6344 Clarify on client who disabled clipboard sharing
This commit is contained in:
committed by
Nick Bolton
parent
7c29d8e704
commit
953e829562
@@ -364,7 +364,7 @@ Client::setOptions(const OptionsList& options)
|
||||
index++;
|
||||
if (index != options.end()) {
|
||||
if (!*index) {
|
||||
LOG((CLOG_NOTE "clipboard sharing is disabled"));
|
||||
LOG((CLOG_NOTE "clipboard sharing disabled by server"));
|
||||
}
|
||||
m_enableClipboard = *index;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user