mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 07:01:21 +00:00
GUAC-807 Clipboard is working.
This commit is contained in:
@@ -61,6 +61,13 @@ angular.module('client').factory('clientProperties', [function clientProperties(
|
||||
* @type Number
|
||||
*/
|
||||
this.maxScale = 3;
|
||||
|
||||
/**
|
||||
* Whether or not the client should listen to keyboard events.
|
||||
*
|
||||
* @type Boolean
|
||||
*/
|
||||
this.keyboardEnabled = true;
|
||||
};
|
||||
|
||||
}]);
|
Reference in New Issue
Block a user