Historic messages behaviour

"Crossed and Greyed" -> default (and is current default)
"Crossed" -> just crossed
"Greyed" -> just greyed
"No change" -> no change in appearance
This commit is contained in:
hemirt
2019-01-27 22:15:59 +01:00
parent 498fb3717e
commit 441f6189a1
6 changed files with 39 additions and 8 deletions
+3 -2
View File
@@ -31,8 +31,9 @@ public:
Qt::VerPattern};
QStringSetting lastMessageColor = {"/appearance/messages/lastMessageColor",
""};
BoolSetting greyOutHistoricMessages = {
"/appearance/messages/greyOutHistoricMessages", true};
QStringSetting historicMessagesAppearance = {
"/appearance/messages/historicMessagesAppearance",
"Crossed and Greyed"};
BoolSetting showEmptyInput = {"/appearance/showEmptyInputBox", true};
BoolSetting showMessageLength = {"/appearance/messages/showMessageLength",
false};