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 2026.1.27
151+ // @version 2026.1.27.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
23622362 innerDiv . innerHTML = modals . settings . aboutContent [
23632363 app . config . fgAnimationsDisabled ? 'short' : 'long' ]
23642364 innerDiv . style . float = app . config . fgAnimationsDisabled ? 'right' : ''
2365- app . configStatusSpan . append ( innerDiv ) ; settingEntry . onclick = ( ) => modals . open ( 'about' )
2365+ configStatusSpan . append ( innerDiv ) ; settingEntry . onclick = ( ) => modals . open ( 'about' )
23662366 } ,
23672367 preferredAPI : ( ) => {
2368- app . configStatusSpan . textContent = app . config . preferredAPI || app . msgs . menuLabel_random
2368+ configStatusSpan . textContent = app . config . preferredAPI || app . msgs . menuLabel_random
23692369 settingEntry . onclick = ( ) => modals . open ( 'api' )
23702370 settingEntry . classList . toggle ( 'active' , app . config . proxyAPIenabled )
23712371 settingEntry . style . pointerEvents = app . config . proxyAPIenabled ? '' : 'none'
23722372 } ,
23732373 replyLang : ( ) => {
2374- app . configStatusSpan . textContent = app . config . replyLang
2374+ configStatusSpan . textContent = app . config . replyLang
23752375 settingEntry . onclick = ( ) => modals . open ( 'replyLang' )
23762376 } ,
23772377 scheme : ( ) => {
You can’t perform that action at this time.
0 commit comments