1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-03 01:17:56 +03:00

Added failsafe to html5 keyboard

This commit is contained in:
Adolfo Gómez García 2016-07-26 12:58:56 +02:00
parent 39b353fb24
commit 15ce5aa938

View File

@ -147,7 +147,8 @@ class HTML5RDPTransport(Transport):
'hostname': ip,
'username': username,
'password': password,
'ignore-cert': 'true'
'ignore-cert': 'true',
'server-layout': 'failsafe'
}
if self.enableAudio.isTrue() is False: