added the default_chatgpt_lang default option. see #53
This commit is contained in:
parent
5a821a40e4
commit
8734eda05f
1 changed files with 1 additions and 0 deletions
|
|
@ -21,4 +21,5 @@ export const prefs_default = {
|
||||||
chatgpt_win_width: 700,
|
chatgpt_win_width: 700,
|
||||||
chatpgt_use_gpt4: false,
|
chatpgt_use_gpt4: false,
|
||||||
chatgpt_keep_formatting: false,
|
chatgpt_keep_formatting: false,
|
||||||
|
default_chatgpt_lang: '',
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue