Skip to content

Commit 29aa812

Browse files
committed
Corrected updateNavicon() call in toggles.sidebar.create() w/ updateScheme() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/chatgpt-auto-talk]
1 parent 4c9c925 commit 29aa812

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chatgpt/chatgpt-auto-talk/chatgpt-auto-talk.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
// @description:zu Dlala izimpendulo ze-ChatGPT ngokuzenzakalela
226226
// @author Adam Lui
227227
// @namespace https://github.com/adamlui
228-
// @version 2025.1.29.9
228+
// @version 2025.1.29.10
229229
// @license MIT
230230
// @icon https://assets.chatgptautotalk.com/images/icons/openai/black/icon48.png?v=9f1ed3c
231231
// @icon64 https://assets.chatgptautotalk.com/images/icons/openai/black/icon64.png?v=9f1ed3c
@@ -781,8 +781,8 @@
781781
this.div.querySelector('img')?.classList.add(...(firstIcon?.classList || []))
782782
}
783783

784-
// Update color/state
785-
this.updateNavicon() ; this.updateState() // to opposite init state for animation on 1st load
784+
// Update scheme/state
785+
this.updateScheme() ; this.updateState() // to opposite init state for animation on 1st load
786786

787787
// Add hover/click listeners
788788
this.div.onmouseover = this.div.onmouseout = event => // trigger OpenAI hover overlay

0 commit comments

Comments
 (0)