perf: add rdp true color 24 bit

This commit is contained in:
Eric
2025-09-16 14:29:47 +08:00
committed by 老广
parent 529123e1b5
commit 2b2f7ea3f0

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')