-
Notifications
You must be signed in to change notification settings - Fork 716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GUACAMOLE-2002: Allow connection clipboard limits to be configured. #1035
base: main
Are you sure you want to change the base?
GUACAMOLE-2002: Allow connection clipboard limits to be configured. #1035
Conversation
{ | ||
"name" : "clipboard-buffer-size", | ||
"type" : "ENUM", | ||
"options" : [ "262144", "1048576", "10485760" ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There should also be a ""
option to permit the default value to be selected and represented (same for the other protocols).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
@@ -826,6 +842,7 @@ | |||
"FIELD_HEADER_COLOR_SCHEME" : "Color scheme:", | |||
"FIELD_HEADER_CREATE_RECORDING_PATH" : "Automatically create recording path:", | |||
"FIELD_HEADER_CREATE_TYPESCRIPT_PATH" : "Automatically create typescript path:", | |||
"FIELD_HEADER_CLIPBOARD_BUFFER_SIZE" : "Clipboard data size limit:", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please maintain established alphabetical ordering of the translation keys (same for other protocols).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed (?).
80157cf
to
08edbb4
Compare
08edbb4
to
7de0809
Compare
Jira Discussion