feat: allow custom chat font weight (#6037)
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user