Skip to content

Commit

Permalink
Renamed icons.speechBalloon to .speechBalloons ↞ [auto-sync from …
Browse files Browse the repository at this point in the history
…`adamlui/chatgpt-apps`]
  • Loading branch information
adamlui authored and kudo-sync-bot committed Jul 7, 2024
1 parent 4301140 commit b587ac1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions greasemonkey/duckduckgpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
// @description:zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!)
// @author KudoAI
// @namespace https://kudoai.com
// @version 2024.7.6.5
// @version 2024.7.6.6
// @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 @@ -791,7 +791,7 @@
settingIcon = icons.arrowsDown.create()
settingIcon.style.cssText = 'position: relative ; top: 3.5px ; left: -1.5px ; margin-right: 6px'
} else if (key == 'rqDisabled') {
settingIcon = icons.speechBalloon.create()
settingIcon = icons.speechBalloons.create()
settingIcon.style.cssText = 'position: relative ; top: 2.5px ; left: 0.5px ; margin-right: 9px ; transform: scaleY(-1)'
} else if (key == 'prefixEnabled') {
settingIcon = icons.slash.create()
Expand Down Expand Up @@ -1335,7 +1335,7 @@
}
},

speechBalloon: {
speechBalloons: {
create() {
const speechBalloonSVG = document.createElementNS('http://www.w3.org/2000/svg', 'svg'),
speechBalloonSVGattrs = [['width', 16], ['height', 16], ['viewBox', '0 -960 960 960']]
Expand Down

0 comments on commit b587ac1

Please sign in to comment.