Remove unnecessary clipboard clear button

This button fills no real purpose. It's easy to mark everything and
delete with either "Ctrl + A -> Delete" or, on touch devices, "long
press -> mark everything -> Delete".
This commit is contained in:
Samuel Mannehed
2022-09-09 16:03:49 +02:00
parent edc7520e27
commit 69e0f0f5db
2 changed files with 0 additions and 10 deletions

View File

@@ -142,9 +142,6 @@
<img alt="" src="app/images/clipboard.svg"> Clipboard
</div>
<textarea id="noVNC_clipboard_text" rows=5></textarea>
<br>
<input id="noVNC_clipboard_clear_button" type="button"
value="Clear" class="noVNC_submit">
</div>
</div>