#6344 Clarify on client who disabled clipboard sharing
This commit is contained in:
parent
7c29d8e704
commit
953e829562
|
@ -364,7 +364,7 @@ Client::setOptions(const OptionsList& options)
|
||||||
index++;
|
index++;
|
||||||
if (index != options.end()) {
|
if (index != options.end()) {
|
||||||
if (!*index) {
|
if (!*index) {
|
||||||
LOG((CLOG_NOTE "clipboard sharing is disabled"));
|
LOG((CLOG_NOTE "clipboard sharing disabled by server"));
|
||||||
}
|
}
|
||||||
m_enableClipboard = *index;
|
m_enableClipboard = *index;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue