Skip to content

Commit 3627e77

Browse files
committed
Moved closing parentheses for readability ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/duckduckgpt]
1 parent d8849c6 commit 3627e77

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

chatgpt/duckduckgpt/duckduckgpt.user.js

Lines changed: 3 additions & 3 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.30.1
151+
// @version 2025.9.30.2
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
@@ -2200,8 +2200,8 @@
22002200
feedback.notify(`${app.msgs.menuLabel_colorScheme}: ${(
22012201
scheme == 'light' ? app.msgs.scheme_light || 'Light'
22022202
: scheme == 'dark' ? app.msgs.scheme_dark || 'Dark'
2203-
: app.msgs.menuLabel_auto).toUpperCase()
2204-
}`)
2203+
: app.msgs.menuLabel_auto
2204+
).toUpperCase()}`)
22052205

22062206
// Append scheme icon
22072207
const notifs = document.querySelectorAll('.chatgpt-notif'), notif = notifs[notifs.length -1]

0 commit comments

Comments
 (0)