forked from shaba/openuds
Fixed new remove all groups description & fixed not removing pinbar on tunnel rdp
This commit is contained in:
parent
710f2fb0e4
commit
7f5c3c3bbd
@ -156,7 +156,7 @@ CALENDAR_ACTION_DEL_GROUP: typing.Dict[str, typing.Any] = {
|
||||
}
|
||||
CALENDAR_ACTION_DEL_ALL_GROUPS: typing.Dict[str, typing.Any] = {
|
||||
'id': 'REMOVE_ALL_GROUPS',
|
||||
'description': _('Remove all transports'),
|
||||
'description': _('Remove all groups'),
|
||||
'params': (),
|
||||
}
|
||||
CALENDAR_ACTION_IGNORE_UNUSED: typing.Dict[str, typing.Any] = {
|
||||
|
@ -175,6 +175,7 @@ class TRDPTransport(BaseRDPTransport):
|
||||
r.username = username
|
||||
r.password = password
|
||||
r.domain = domain
|
||||
|
||||
r.redirectPrinters = self.allowPrinters.isTrue()
|
||||
r.redirectSmartcards = self.allowSmartcards.isTrue()
|
||||
r.redirectDrives = self.allowDrives.value
|
||||
@ -186,6 +187,7 @@ class TRDPTransport(BaseRDPTransport):
|
||||
r.multimon = self.multimon.isTrue()
|
||||
r.desktopComposition = self.aero.isTrue()
|
||||
r.smoothFonts = self.smooth.isTrue()
|
||||
r.displayConnectionBar = self.showConnectionBar.isTrue()
|
||||
r.enablecredsspsupport = self.credssp.isTrue()
|
||||
r.multimedia = self.multimedia.isTrue()
|
||||
r.alsa = self.alsa.isTrue()
|
||||
|
Loading…
Reference in New Issue
Block a user