disabled red background in #mentions

This commit is contained in:
fourtf
2018-10-21 13:29:52 +02:00
parent f4cf464ddb
commit c6e1ec3c71
5 changed files with 15 additions and 5 deletions
+1
View File
@@ -26,6 +26,7 @@ enum class MessageLayoutFlag : uint8_t {
AlternateBackground = 1 << 3,
Collapsed = 1 << 4,
Expanded = 1 << 5,
IgnoreHighlights = 1 << 6,
};
using MessageLayoutFlags = FlagsEnum<MessageLayoutFlag>;