improve "last message read" indicator (#802)

This commit is contained in:
pphop
2018-10-20 16:25:24 +05:00
committed by pajlada
parent 54c1efe531
commit a584259785
5 changed files with 77 additions and 5 deletions
+2
View File
@@ -33,6 +33,8 @@ public:
"/appearance/messages/showLastMessageIndicator", false};
IntSetting lastMessagePattern = {"/appearance/messages/lastMessagePattern",
Qt::VerPattern};
QStringSetting lastMessageColor = {"/appearance/messages/lastMessageColor",
""};
BoolSetting showEmptyInput = {"/appearance/showEmptyInputBox", true};
BoolSetting showMessageLength = {"/appearance/messages/showMessageLength",
false};