File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 148
148
// @description :zu Yengeza izimpendulo ze-AI ku-Brave Search (inikwa amandla yi-GPT-4o!)
149
149
// @author KudoAI
150
150
// @namespace https://kudoai.com
151
- // @version 2025.1.11
151
+ // @version 2025.1.11.1
152
152
// @license MIT
153
153
// @icon https://assets.bravegpt.com/images/icons/bravegpt/icon48.png?v=df624b0
154
154
// @icon 64 https://assets.bravegpt.com/images/icons/bravegpt/icon64.png?v=df624b0
388
388
load ( ...keys ) {
389
389
keys . flat ( ) . forEach ( key => {
390
390
config [ key ] = GM_getValue ( `${ app . configKeyPrefix } _${ key } ` ,
391
- this . controls ?. [ key ] ?. defaultVal || this . controls ?. [ key ] ?. type == 'toggle' )
391
+ this . controls ?. [ key ] ?. defaultVal ?? this . controls ?. [ key ] ?. type == 'toggle' )
392
392
} )
393
393
} ,
394
394
save ( key , val ) { GM_setValue ( `${ app . configKeyPrefix } _${ key } ` , val ) ; config [ key ] = val }
You can’t perform that action at this time.
0 commit comments