Add missing reply_type preference to default options. Fixes #387

This commit is contained in:
Mic 2025-05-23 00:01:00 +02:00
parent 37aa8bdcdf
commit 8a09c69027

View file

@ -22,6 +22,7 @@ export const prefs_default = {
chatgpt_win_width: 700,
default_chatgpt_lang: '',
default_sign_name: '',
reply_type: 'reply_all',
composing_plain_text: false,
connection_type: 'chatgpt_web', //Other values: 'chatgpt_api', 'ollama_api', 'openai_comp_api', 'google_gemini_api'
chatgpt_web_model: '',