mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Beta version 4.6.9: Fix status power saving.
This commit is contained in:
parent
fadd19bca4
commit
a4d8b78bc5
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ enum Flag : uint32 {
|
||||||
kCalls = (1U << 8),
|
kCalls = (1U << 8),
|
||||||
kEmojiStatus = (1U << 9),
|
kEmojiStatus = (1U << 9),
|
||||||
|
|
||||||
kAll = (1U << 9) - 1,
|
kAll = (1U << 10) - 1,
|
||||||
};
|
};
|
||||||
inline constexpr bool is_flag_type(Flag) { return true; }
|
inline constexpr bool is_flag_type(Flag) { return true; }
|
||||||
using Flags = base::flags<Flag>;
|
using Flags = base::flags<Flag>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue