mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-23 04:20:27 +00:00
perf: add rdp true color 24 bit
This commit is contained in:
@@ -45,6 +45,7 @@ class RDPSmartSize(TextChoices):
|
||||
|
||||
class RDPColorQuality(TextChoices):
|
||||
HIGH = '32', _('High(32 bit)')
|
||||
TRUE_COLOR = '24', _('True Color(24 bit)')
|
||||
MEDIUM = '16', _('Medium(16 bit)')
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user