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-DuckDuckGo (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.ddgpt.com/images/icons/app/icon48.png?v=533ce0f
154154// @icon 64 https://assets.ddgpt.com/images/icons/app/icon64.png?v=533ce0f
11581158 icons . create ( { key : `widescreen${ config . widerSidebar ? 'Wide' : 'Tall' } ` } ) ) )
11591159 if ( modals . settings . get ( ) ) { // update visual state of Settings toggles
11601160 const sidebarToggle = document . querySelector ( `[id*=${ mode } ] input` )
1161- if ( sidebarToggle . checked ^ config [ `${ mode } Sidebar` ] ) modals . settings . toggle . switch ( sidebarToggle )
1161+ if ( sidebarToggle . checked != config [ `${ mode } Sidebar` ] ) modals . settings . toggle . switch ( sidebarToggle )
11621162 }
11631163
11641164 // Notify of mode change
23372337 else {
23382338 settings . save ( key , ! config [ key ] ) // update config
23392339 feedback . notify ( `${ settings . controls [ key ] . label } ${
2340- menus . toolbar . state . words [ + ( key . includes ( 'Disabled' ) ^ config [ key ] ) ] } `)
2340+ menus . toolbar . state . words [ + ( key . includes ( 'Disabled' ) != config [ key ] ) ] } `)
23412341 }
23422342 }
23432343
You can’t perform that action at this time.
0 commit comments