necouchman commented on code in PR #611:
URL: https://github.com/apache/guacamole-server/pull/611#discussion_r2387624266
##########
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:
Okay, this should be reverted, now, 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]