Merge pull request #7009 from symless/SYNERGY-991-Clipboard-charing-doesn't-work-on-Linux-system

SYNERGY-991 Clipboard sharing doesn't work on Linux system
This commit is contained in:
Igor Sikachyna 2021-05-19 19:58:44 +03:00 committed by GitHub
commit 3c3b6b9cf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ Bug fixes:
- #6992 UI issues and use cases
- #7000 Additional UI tweaks
- #7005 Fix User is not able to connect to server using ipv6 without wrapping IP in square quotes
- #7009 Clipboard sharing doesn't work on Linux system
Enhancements:
- #6954 Move language selection to advanced section

View File

@ -1080,7 +1080,7 @@ XWindowsClipboard::sendReply(Reply* reply)
}
// notification already sended
if (!reply->m_replied) {
if (reply->m_replied) {
return false;
}