Browse Source

Re-enable lock key sync in viewer

This was accidentally disabled in 81e114f.
tags/v1.12.90
Pierre Ossman 1 year ago
parent
commit
7ac8711ddb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      vncviewer/CConn.cxx

+ 1
- 1
vncviewer/CConn.cxx View File

@@ -86,7 +86,7 @@ CConn::CConn(const char* vncServerName, network::Socket* socket=NULL)
supportsLocalCursor = true;
supportsCursorPosition = true;
supportsDesktopResize = true;
supportsLEDState = false;
supportsLEDState = true;

if (customCompressLevel)
setCompressLevel(::compressLevel);

Loading…
Cancel
Save