typo fixed

This commit is contained in:
Mic 2024-06-27 18:18:53 +02:00
parent 2515573ea0
commit d12767ada3

View file

@ -20,5 +20,5 @@ export const prefs_default = {
chatgpt_win_height: 800,
chatgpt_win_width: 700,
chatpgt_use_gpt4: false,
chatpgt_keep_formatting: false,
chatgpt_keep_formatting: false,
}