mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-13 23:25:27 +08:00
#123 Made disable clipboard take effect on client
This commit is contained in:
committed by
Andrew Nelless
parent
90673e8b87
commit
eafc548b97
@@ -833,9 +833,7 @@ ServerProxy::setOptions()
|
||||
// update keep alive
|
||||
setKeepAliveRate(1.0e-3 * static_cast<double>(options[i + 1]));
|
||||
}
|
||||
else if (options[i] == kOptionClipboardSharing) {
|
||||
LOG((CLOG_DEBUG "disable clipboard sharing"));
|
||||
}
|
||||
|
||||
if (id != kKeyModifierIDNull) {
|
||||
m_modifierTranslationTable[id] =
|
||||
static_cast<KeyModifierID>(options[i + 1]);
|
||||
|
||||
Reference in New Issue
Block a user