File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
chatgpt/autoclear-chatgpt-history Expand file tree Collapse file tree 1 file changed +2
-3
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.5.26.2
228
+ // @version 2025.5.26.3
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
344
344
keys . flat ( ) . forEach ( key => config [ key ] = GM_getValue ( `${ app . configKeyPrefix } _${ key } ` , initDefaultVal ( key ) ) )
345
345
function initDefaultVal ( key ) {
346
346
return this . controls ?. [ key ] ?. defaultVal
347
- ?? this . controls ?. [ key ] ?. type == 'slider' ? 100
348
- : this . controls ?. [ key ] ?. type == 'toggle'
347
+ ?? ( this . controls ?. [ key ] ?. type == 'slider' ? 100 : this . controls ?. [ key ] ?. type == 'toggle' )
349
348
}
350
349
} ,
351
350
You can’t perform that action at this time.
0 commit comments