This commit is contained in:
fourtf
2018-08-15 23:48:16 +02:00
parent af7b742a23
commit 5068c9a64e
3 changed files with 12 additions and 6 deletions
+2
View File
@@ -25,6 +25,8 @@ public:
/// Appearance
BoolSetting showTimestamps = {"/appearance/messages/showTimestamps", true};
BoolSetting enableAnimationsWhenFocused = {
"/appearance/enableAnimationsWhenFocused", false};
QStringSetting timestampFormat = {"/appearance/messages/timestampFormat",
"h:mm"};
BoolSetting showBadges = {"/appearance/messages/showBadges", true};