moved last message line in settings and changed defaults

This commit is contained in:
fourtf
2021-03-13 12:33:54 +01:00
parent 4ff2de0567
commit 81ce8dcc08
3 changed files with 33 additions and 30 deletions
+2 -2
View File
@@ -70,9 +70,9 @@ public:
BoolSetting showLastMessageIndicator = {
"/appearance/messages/showLastMessageIndicator", false};
EnumSetting<Qt::BrushStyle> lastMessagePattern = {
"/appearance/messages/lastMessagePattern", Qt::VerPattern};
"/appearance/messages/lastMessagePattern", Qt::SolidPattern};
QStringSetting lastMessageColor = {"/appearance/messages/lastMessageColor",
""};
"#7f2026"};
BoolSetting showEmptyInput = {"/appearance/showEmptyInputBox", true};
BoolSetting showMessageLength = {"/appearance/messages/showMessageLength",
false};