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:
parent
39b353fb24
commit
15ce5aa938
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user