diff --git a/settings/ChatAssistantSettings.cpp b/settings/ChatAssistantSettings.cpp index 4d67ce9..9604342 100644 --- a/settings/ChatAssistantSettings.cpp +++ b/settings/ChatAssistantSettings.cpp @@ -310,6 +310,7 @@ void ChatAssistantSettings::resetSettingsToDefaults() resetAspect(textFontSize); resetAspect(codeFontSize); resetAspect(textFormat); + resetAspect(chatRenderer); } }