浏览代码

Re-enable lock key sync in viewer

This was accidentally disabled in 81e114f.
tags/v1.12.90
Pierre Ossman 1年前
父节点
当前提交
7ac8711ddb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      vncviewer/CConn.cxx

+ 1
- 1
vncviewer/CConn.cxx 查看文件

@@ -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);

正在加载...
取消
保存