File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
chatgpt/chatgpt-auto-talk 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 Dlala izimpendulo ze-ChatGPT ngokuzenzakalela
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.chatgptautotalk.com/images/icons/openai/black/icon48.png?v=9f1ed3c
231
231
// @icon 64 https://assets.chatgptautotalk.com/images/icons/openai/black/icon64.png?v=9f1ed3c
332
332
keys . flat ( ) . forEach ( key => config [ key ] = GM_getValue ( `${ app . configKeyPrefix } _${ key } ` , initDefaultVal ( key ) ) )
333
333
function initDefaultVal ( key ) {
334
334
return this . controls ?. [ key ] ?. defaultVal
335
- ?? this . controls ?. [ key ] ?. type == 'slider' ? 100
336
- : this . controls ?. [ key ] ?. type == 'toggle'
335
+ ?? ( this . controls ?. [ key ] ?. type == 'slider' ? 100 : this . controls ?. [ key ] ?. type == 'toggle' )
337
336
}
338
337
} ,
339
338
You can’t perform that action at this time.
0 commit comments