noVNC: Show a dot cursor when the cursor is not visible (#11418)

This commit is contained in:
Vishesh 2025-08-11 17:59:26 +05:30 committed by GitHub
parent 99919fda7f
commit 1994511f0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -516,7 +516,7 @@ public class ConsoleAccessManagerImpl extends ManagerBase implements ConsoleAcce
sb.append("/ajax?token=" + token);
} else {
sb.append("/resource/noVNC/vnc.html")
.append("?autoconnect=true")
.append("?autoconnect=true&show_dot=true")
.append("&port=" + vncPort)
.append("&token=" + token);
if (requiresVncOverWebSocketConnection(vm, hostVo) && details != null && details.getValue() != null) {