Remove local cursor setting
We have no reason to disable this except for touch devices, which we can handle without having a setting for it.
This commit is contained in:
@@ -257,7 +257,6 @@
|
||||
|
||||
try {
|
||||
rfb = new RFB(document.getElementById('noVNC_canvas'));
|
||||
rfb.localCursor = WebUtil.getConfigVar('cursor', true);
|
||||
rfb.viewOnly = WebUtil.getConfigVar('view_only', false);
|
||||
rfb.onnotification = notification;
|
||||
rfb.onupdatestate = updateState;
|
||||
|
||||
Reference in New Issue
Block a user