default value changed for chatgpt_win_save_position. see #685
This commit is contained in:
parent
7176880589
commit
17572a573f
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ export const prefs_default = {
|
|||
chatgpt_win_width: 700,
|
||||
chatgpt_win_top: '',
|
||||
chatgpt_win_left: '',
|
||||
chatgpt_win_save_position: true,
|
||||
chatgpt_win_save_position: false,
|
||||
default_chatgpt_lang: '',
|
||||
default_sign_name: '',
|
||||
reply_type: 'reply_all',
|
||||
|
|
|
|||
Loading…
Reference in a new issue