necouchman commented on code in PR #918:
URL: https://github.com/apache/guacamole-client/pull/918#discussion_r1382004696
##########
guacamole/src/main/frontend/src/app/settings/services/preferenceService.js:
##########
@@ -142,6 +142,20 @@ angular.module('settings').provider('preferenceService',
['$injector',
*/
language : getDefaultLanguageKey(),
+ /**
+ * The number of recent connections to display.
+ *
+ * @type Integer
+ */
+ numberOfRecentConnections: 6,
+
+ /**
+ * Whether or not to show the "Recent Connections" section.
+ *
+ * @type Boolean
Review Comment:
Fixed via rebase.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]