Skip to content

Commit 702302f

Browse files
committed
Add default local cursor set to UI
1 parent 4fc3fc9 commit 702302f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/ui.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,6 +1103,11 @@ const UI = {
11031103
UI.rfb.qualityLevel = parseInt(UI.getSetting('quality'));
11041104
UI.rfb.compressionLevel = parseInt(UI.getSetting('compression'));
11051105
UI.rfb.showDotCursor = UI.getSetting('show_dot');
1106+
UI.rfb.showLocalCursor = {
1107+
drag: 'grab',
1108+
dragging: 'grabbing',
1109+
empty: 'default',
1110+
};
11061111

11071112
UI.updateViewOnly(); // requires UI.rfb
11081113
},

0 commit comments

Comments
 (0)