Add settings for last message line style (#2019)

This commit is contained in:
apa420
2020-10-04 18:26:46 +02:00
committed by GitHub
parent aff59495df
commit 35816c5d8a
4 changed files with 65 additions and 4 deletions
+2 -2
View File
@@ -65,8 +65,8 @@ public:
"h:mm"};
BoolSetting showLastMessageIndicator = {
"/appearance/messages/showLastMessageIndicator", false};
IntSetting lastMessagePattern = {"/appearance/messages/lastMessagePattern",
Qt::VerPattern};
EnumSetting<Qt::BrushStyle> lastMessagePattern = {
"/appearance/messages/lastMessagePattern", Qt::VerPattern};
QStringSetting lastMessageColor = {"/appearance/messages/lastMessageColor",
""};
BoolSetting showEmptyInput = {"/appearance/showEmptyInputBox", true};