mirror of https://github.com/jumpserver/jumpserver
perf: add rdp true color 24 bit
parent
529123e1b5
commit
2b2f7ea3f0
|
@ -45,6 +45,7 @@ class RDPSmartSize(TextChoices):
|
||||||
|
|
||||||
class RDPColorQuality(TextChoices):
|
class RDPColorQuality(TextChoices):
|
||||||
HIGH = '32', _('High(32 bit)')
|
HIGH = '32', _('High(32 bit)')
|
||||||
|
TRUE_COLOR = '24', _('True Color(24 bit)')
|
||||||
MEDIUM = '16', _('Medium(16 bit)')
|
MEDIUM = '16', _('Medium(16 bit)')
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue