mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +00:00
Only actual client display should have hidden cursor, not main display div.
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<!-- Display -->
|
<!-- Display -->
|
||||||
<div id="display" class="software-cursor">
|
<div id="display">
|
||||||
|
|
||||||
<!-- Menu trigger -->
|
<!-- Menu trigger -->
|
||||||
<div id="menuControl"></div>
|
<div id="menuControl"></div>
|
||||||
@@ -107,6 +107,7 @@
|
|||||||
);
|
);
|
||||||
|
|
||||||
// Add client to UI
|
// Add client to UI
|
||||||
|
guac.getDisplay().className = "software-cursor";
|
||||||
GuacamoleUI.display.appendChild(guac.getDisplay());
|
GuacamoleUI.display.appendChild(guac.getDisplay());
|
||||||
|
|
||||||
// Tie UI to client
|
// Tie UI to client
|
||||||
|
Reference in New Issue
Block a user