changing dot as a initial cursor

This commit is contained in:
Pawel Raczyk 2019-05-16 16:29:14 +02:00
parent 4f64efaabd
commit 9fd0050047
2 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ export default class RFB extends EventTargetMixin {
// The spec is unclear on this "initial cursor" issue. Many other
// viewers (TigerVNC, RealVNC, Remmina) display an arrow as the
// initial cursor instead.
this._cursorImage = RFB.cursors.none;
this._cursorImage = RFB.cursors.dot;
// populate decoder array with objects
this._decoders[encodings.encodingRaw] = new RawDecoder();

View File

@ -305,7 +305,7 @@
<hr>
</li>
<li>
<label><input id="noVNC_setting_show_dot" type="checkbox" checked> Show Dot when No
<label><input id="noVNC_setting_show_dot" type="checkbox"> Show Dot when No
Cursor</label>
</li>
<li>