mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: no use picture bug
This commit is contained in:
parent
a0ac404e54
commit
2804aea54d
1 changed files with 1 additions and 1 deletions
|
|
@ -391,7 +391,7 @@ export class chatgpt extends plugin {
|
|||
userSetting = JSON.parse(userSetting)
|
||||
} else {
|
||||
userSetting = {
|
||||
usePicture: false
|
||||
usePicture: Config.defaultUsePicture
|
||||
}
|
||||
}
|
||||
if (userSetting.usePicture) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue