Skip to content

Commit

Permalink
Updated navicon src path ↞ [auto-sync from https://github.com/adamlui…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Jan 29, 2025
1 parent 2204852 commit e67c693
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chatgpt/chatgpt-auto-talk/chatgpt-auto-talk.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
// @description:zu Dlala izimpendulo ze-ChatGPT ngokuzenzakalela
// @author Adam Lui
// @namespace https://github.com/adamlui
// @version 2025.1.29.4
// @version 2025.1.29.5
// @license MIT
// @icon https://assets.chatgptautotalk.com/images/icons/openai/black/icon48.png?v=9f1ed3c
// @icon64 https://assets.chatgptautotalk.com/images/icons/openai/black/icon64.png?v=9f1ed3c
Expand Down Expand Up @@ -291,7 +291,7 @@
support: 'https://support.chatgptautotalk.com',
update: 'https://gm.chatgptautotalk.com'
},
latestResourceCommitHash: '50ad120' // for cached messages.json + navicon in toggles.sidebar.insert()
latestResourceCommitHash: '3b65ef6' // for cached messages.json + navicon in toggles.sidebar.insert()
}
app.urls.resourceHost = app.urls.gitHub.replace('github.com', 'cdn.jsdelivr.net/gh')
+ `@${app.latestResourceCommitHash}`
Expand Down Expand Up @@ -866,7 +866,7 @@
this.div.classList.add(isDarkScheme ? 'dark' : 'light')
this.div.classList.remove(isDarkScheme ? 'light' : 'dark')
this.navicon.src = `${app.urls.resourceHost }/assets/images/icons/soundwave`
+ `/${ config.autoTalkDisabled ? '' : 'tall-thick' }`
+ `/${ config.autoTalkDisabled ? '' : 'tall' }`
+ `/${ env.ui.scheme == 'dark' ? 'white' : 'black' }.svg`
},

Expand Down

0 comments on commit e67c693

Please sign in to comment.