necouchman commented on code in PR #611:
URL: https://github.com/apache/guacamole-server/pull/611#discussion_r2384226643


##########
src/protocols/rdp/settings.c:
##########
@@ -1683,7 +1683,8 @@ void guac_rdp_push_settings(guac_client* client,
     if (guac_settings->remote_app != NULL) {
         freerdp_settings_set_bool(rdp_settings, FreeRDP_Workarea, TRUE);
         freerdp_settings_set_bool(rdp_settings, FreeRDP_RemoteApplicationMode, 
TRUE);
-        freerdp_settings_set_bool(rdp_settings, 
FreeRDP_RemoteAppLanguageBarSupported, TRUE);
+        freerdp_settings_set_bool(rdp_settings, 
FreeRDP_RemoteAppLanguageBarSupported, FALSE);

Review Comment:
   @mike-jumper Any further thoughts on reverting this or leaving disabled?



-- 
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]

Reply via email to