added toggle for greying out historic messages (#822)

This commit is contained in:
pphop
2018-10-26 00:47:52 +05:00
committed by fourtf
parent e3ada8ed2c
commit 02eeedb338
3 changed files with 6 additions and 1 deletions
+2
View File
@@ -35,6 +35,8 @@ public:
Qt::VerPattern};
QStringSetting lastMessageColor = {"/appearance/messages/lastMessageColor",
""};
BoolSetting greyOutHistoricMessages = {
"/appearance/messages/greyOutHistoricMessages", true};
BoolSetting showEmptyInput = {"/appearance/showEmptyInputBox", true};
BoolSetting showMessageLength = {"/appearance/messages/showMessageLength",
false};