Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<div [formGroup]="parentForm">
<div class="gateway-form-input">
<p-checkbox
formControlName="enableCursor"
label="Enable Cursor Pseudo-Encoding"
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."
binary="true"></p-checkbox>
</div>
<div class="gateway-form-input">
<p-checkbox formControlName="enableCursor" label="Enable Cursor Pseudo-Encoding"
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."
binary="true"></p-checkbox>
</div>
</div>