Add rfb.showLocalCursor to vnc_lite.html

This commit is contained in:
Daniel Hammerschmidt 2025-09-14 14:36:15 +02:00
parent cca7c7feee
commit 92c65088cf
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@
// Set parameters that can be changed on an active connection
rfb.viewOnly = readQueryVariable('view_only', false);
rfb.scaleViewport = readQueryVariable('scale', false);
rfb.showLocalCursor = readQueryVariable('show_local_cursor', 0);
</script>
</head>