File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 148148// @description :zu Yengeza izimpendulo ze-AI ku-Brave Search (inikwa amandla yi-GPT-4o!)
149149// @author KudoAI
150150// @namespace https://kudoai.com
151- // @version 2025.10.19
151+ // @version 2025.10.19.1
152152// @license MIT
153153// @icon https://assets.bravegpt.com/images/icons/app/icon48.png?v=e8ca7c2
154154// @icon 64 https://assets.bravegpt.com/images/icons/app/icon64.png?v=e8ca7c2
11491149 icons . create ( { key : `widescreen${ config . widerSidebar ? 'Wide' : 'Tall' } ` } ) ) )
11501150 if ( modals . settings . get ( ) ) { // update visual state of Settings toggles
11511151 const sidebarToggle = document . querySelector ( `[id*=${ mode } ] input` )
1152- if ( sidebarToggle . checked ^ config [ `${ mode } Sidebar` ] ) modals . settings . toggle . switch ( sidebarToggle )
1152+ if ( sidebarToggle . checked != config [ `${ mode } Sidebar` ] ) modals . settings . toggle . switch ( sidebarToggle )
11531153 }
11541154
11551155 // Notify of mode change
23332333 else {
23342334 settings . save ( key , ! config [ key ] ) // update config
23352335 feedback . notify ( `${ settings . controls [ key ] . label } ${
2336- menus . toolbar . state . words [ + ( key . includes ( 'Disabled' ) ^ config [ key ] ) ] } `)
2336+ menus . toolbar . state . words [ + ( key . includes ( 'Disabled' ) != config [ key ] ) ] } `)
23372337 }
23382338 }
23392339
You can’t perform that action at this time.
0 commit comments