File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
chatgpt/autoclear-chatgpt-history Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 225
225
// @description :zu Ziba itshala lokucabanga okuzoshintshwa ngokuzenzakalelayo uma ukubuka chatgpt.com
226
226
// @author Adam Lui
227
227
// @namespace https://github.com/adamlui
228
- // @version 2025.1.11
228
+ // @version 2025.1.11.1
229
229
// @license MIT
230
230
// @icon https://assets.autoclearchatgpt.com/images/icons/openai/black/icon48.png?v=f461c06
231
231
// @icon 64 https://assets.autoclearchatgpt.com/images/icons/openai/black/icon64.png?v=f461c06
389
389
load ( ...keys ) {
390
390
keys . flat ( ) . forEach ( key => {
391
391
config [ key ] = GM_getValue ( `${ app . configKeyPrefix } _${ key } ` ,
392
- this . controls [ key ] ?. defaultVal || this . controls [ key ] ?. type == 'toggle' )
392
+ this . controls [ key ] ?. defaultVal ?? this . controls [ key ] ?. type == 'toggle' )
393
393
} )
394
394
} ,
395
395
You can’t perform that action at this time.
0 commit comments