File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 149
149
// @description :zu Yengeza izimpendulo ze-AI ku-Google Search (inikwa amandla yi-Google Gemma + GPT-4o!)
150
150
// @author KudoAI
151
151
// @namespace https://kudoai.com
152
- // @version 2025.5.26.5
152
+ // @version 2025.5.26.6
153
153
// @license MIT
154
154
// @icon https://assets.googlegpt.io/images/icons/app/black/icon48.png?v=12a91c0
155
155
// @icon 64 https://assets.googlegpt.io/images/icons/app/black/icon64.png?v=12a91c0
531
531
keys . flat ( ) . forEach ( key => config [ key ] = GM_getValue ( `${ app . configKeyPrefix } _${ key } ` , initDefaultVal ( key ) ) )
532
532
function initDefaultVal ( key ) {
533
533
return this . controls ?. [ key ] ?. defaultVal
534
- ?? this . controls ?. [ key ] ?. type == 'slider' ? 100
535
- : this . controls ?. [ key ] ?. type == 'toggle'
534
+ ?? ( this . controls ?. [ key ] ?. type == 'slider' ? 100 : this . controls ?. [ key ] ?. type == 'toggle' )
536
535
}
537
536
} ,
538
537
save ( key , val ) { GM_setValue ( `${ app . configKeyPrefix } _${ key } ` , val ) ; config [ key ] = val }
You can’t perform that action at this time.
0 commit comments