feat: allow custom chat font weight (#6037)

This commit is contained in:
nerix
2025-03-07 20:19:24 +01:00
committed by GitHub
parent 0235451c56
commit 266dc8d202
5 changed files with 141 additions and 74 deletions
+4
View File
@@ -167,6 +167,10 @@ public:
"/appearance/currentFontSize",
DEFAULT_FONT_SIZE,
};
IntSetting chatFontWeight = {
"/appearance/currentFontWeight",
QFont::Normal,
};
BoolSetting hideReplyContext = {"/appearance/hideReplyContext", false};
BoolSetting showReplyButton = {"/appearance/showReplyButton", false};
BoolSetting stripReplyMention = {"/appearance/stripReplyMention", true};