Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/uds/transports/RDP/rdp_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ class BaseRDPTransport(transports.Transport):
order=42,
tooltip=_('If marked, an RDP file will be used for connections with Thincast or xfreerdp on Linux.'),
tab='Linux Client',
default=True,
default=False,
old_field_name='lnx_thincastRdpFile',
)
lnx_printer_string = gui.TextField(
Expand Down Expand Up @@ -357,7 +357,7 @@ class BaseRDPTransport(transports.Transport):
order=51,
tooltip=_('If marked, an RDP file will be used for connections with Thincast or xfreerdp on Mac OS X.'),
tab='Mac OS X',
default=True,
default=False,
old_field_name='mac_thincastRdpFile',
)

Expand Down
Loading