added the default_chatgpt_lang default option. see #53

This commit is contained in:
mic 2024-07-14 23:52:40 +02:00
parent 5a821a40e4
commit 8734eda05f

View file

@ -21,4 +21,5 @@ export const prefs_default = {
chatgpt_win_width: 700,
chatpgt_use_gpt4: false,
chatgpt_keep_formatting: false,
default_chatgpt_lang: '',
}