mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Reduced duration of long-press detect from 1 second to 800 milliseconds (Thanks, Luca)
This commit is contained in:
@@ -234,7 +234,7 @@ var GuacamoleUI = {
|
||||
menuShowLongPressTimeout = null;
|
||||
GuacamoleUI.showMenu();
|
||||
|
||||
}, 1000);
|
||||
}, 800);
|
||||
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user