2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Update icons for gifts privacy.

This commit is contained in:
John Preston
2025-03-21 18:04:03 +04:00
parent 696be858f6
commit 7312e34f46
11 changed files with 9 additions and 8 deletions

View File

@@ -25,10 +25,10 @@ enum class UnarchiveOnNewMessage {
};
enum class DisallowedGiftType : uchar {
Premium = 0x01,
Limited = 0x01,
Unlimited = 0x02,
Limited = 0x04,
Unique = 0x08,
Unique = 0x04,
Premium = 0x08,
SendHide = 0x10,
};
inline constexpr bool is_flag_type(DisallowedGiftType) { return true; }