Skip to content

Commit e8356ec

Browse files
authored
fix(dgw): update tooltip of enable cursor checkbox (#1344)
In the standalone interface, in the VNC extra settings menu.
1 parent bee8578 commit e8356ec

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<div [formGroup]="parentForm">
2-
<div class="gateway-form-input">
3-
<p-checkbox
4-
formControlName="enableCursor"
5-
label="Enable Cursor Pseudo-Encoding"
6-
pTooltip="When enabled, the server will not blent the mouse cursor into the framebuffer. The cursor is drawn locally, improving perceived performance of slow links and reducing server load."
7-
binary="true"></p-checkbox>
8-
</div>
2+
<div class="gateway-form-input">
3+
<p-checkbox formControlName="enableCursor" label="Enable Cursor Pseudo-Encoding"
4+
pTooltip="When enabled, compatible servers will not blend the mouse cursor into the framebuffer. The cursor is drawn locally, improving perceived performance over slow links and reducing server load."
5+
binary="true"></p-checkbox>
96
</div>
7+
</div>

0 commit comments

Comments
 (0)