Merge pull request #979 from hemirt/whispers

do not disable whispers on clears and timeouts
This commit is contained in:
pajlada
2019-04-16 15:06:42 +02:00
committed by GitHub
7 changed files with 12 additions and 7 deletions
@@ -14,7 +14,7 @@ class QPainter;
namespace chatterino {
enum class MessageFlag : uint16_t;
enum class MessageFlag : uint32_t;
using MessageFlags = FlagsEnum<MessageFlag>;
struct Margin {