mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-07 21:07:23 +08:00
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:
commit
3c3b6b9cf2
@ -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
|
||||
|
||||
@ -1080,7 +1080,7 @@ XWindowsClipboard::sendReply(Reply* reply)
|
||||
}
|
||||
|
||||
// notification already sended
|
||||
if (!reply->m_replied) {
|
||||
if (reply->m_replied) {
|
||||
return false;
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user