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