diff --git a/apps/users/const.py b/apps/users/const.py index 658ed28fe..ea3bc1f30 100644 --- a/apps/users/const.py +++ b/apps/users/const.py @@ -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)')