Skip to content

Commit

Permalink
Hid Streaming Mode menu toggle from Tampermonkey OpenAI Mode users ↞ …
Browse files Browse the repository at this point in the history
…[auto-sync from `adamlui/chatgpt-apps`]
  • Loading branch information
adamlui authored and kudo-sync-bot committed Jun 3, 2024
1 parent 9014db2 commit c2e04ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions greasemonkey/duckduckgpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
// @description:zu Faka amaphawu ase-ChatGPT kuvaliwe i-DuckDuckGo Search (okwesikhashana ngu-GPT-4o!)
// @author KudoAI
// @namespace https://kudoai.com
// @version 2024.6.3.2
// @version 2024.6.3.3
// @license MIT
// @icon https://media.ddgpt.com/images/icons/duckduckgpt/icon48.png?af89302
// @icon64 https://media.ddgpt.com/images/icons/duckduckgpt/icon64.png?af89302
Expand Down Expand Up @@ -479,7 +479,7 @@
+ state.separator + state.word[+!config.proxyAPIenabled]
menuIDs.push(GM_registerMenuCommand(pamLabel, toggleProxyMode))

if (getUserscriptManager() == 'Tampermonkey') {
if (getUserscriptManager() == 'Tampermonkey' && config.proxyAPIenabled) {

// Add command to toggle streaming mode
const stmLabel = state.symbol[+config.streamingDisabled] + ' '
Expand Down

0 comments on commit c2e04ca

Please sign in to comment.