Skip to content

Commit 072b268

Browse files
committed
1 parent f7a6333 commit 072b268

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chatgpt/duckduckgpt/duckduckgpt.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
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.9.24
151+
// @version 2025.9.24.1
152152
// @license MIT
153153
// @icon https://assets.ddgpt.com/images/icons/app/icon48.png?v=533ce0f
154154
// @icon64 https://assets.ddgpt.com/images/icons/app/icon64.png?v=533ce0f
@@ -1043,7 +1043,7 @@
10431043
['prefix', 'suffix'].forEach(mode => {
10441044
if (config[`${mode}Enabled`]) { toggle.manualGen(mode) ; conflictingModeToggled = true }})
10451045
app.div.querySelector(
1046-
`button[class*=standby]:has(svg.${mode == 'get' ? 'send' : 'summarize' })`)?.click()
1046+
`button[class*=standby]:has(svg.${ mode == 'get' ? 'send' : 'summarize' })`)?.click()
10471047
}
10481048
feedback.notify(`${settings.controls[modeKey].label} ${menus.toolbar.state.words[+config[modeKey]]}`,
10491049
null, conflictingModeToggled ? 2.75 : null) // +1s duration if conflicting mode notif shown

0 commit comments

Comments
 (0)