perf: add rdp true color 24 bit

pull/16043/head
Eric 2025-09-16 14:29:47 +08:00 committed by 老广
parent 529123e1b5
commit 2b2f7ea3f0
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ class RDPSmartSize(TextChoices):
class RDPColorQuality(TextChoices):
HIGH = '32', _('High32 bit')
TRUE_COLOR = '24', _('True Color24 bit')
MEDIUM = '16', _('Medium16 bit')