File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
chatgpt/chatgpt-auto-talk Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 225
225
// @description :zu Dlala izimpendulo ze-ChatGPT ngokuzenzakalela
226
226
// @author Adam Lui
227
227
// @namespace https://github.com/adamlui
228
- // @version 2025.4.24
228
+ // @version 2025.4.24.1
229
229
// @license MIT
230
230
// @icon https://assets.chatgptautotalk.com/images/icons/openai/black/icon48.png?v=9f1ed3c
231
231
// @icon 64 https://assets.chatgptautotalk.com/images/icons/openai/black/icon64.png?v=9f1ed3c
417
417
const menuLabel = `${
418
418
ctrl . symbol || this . state . symbols [ + settings . typeIsEnabled ( key ) ] } ${ ctrl . label } ${
419
419
ctrl . type == 'toggle' ? this . state . separator + this . state . words [ + settings . typeIsEnabled ( key ) ]
420
- : ctrl . status ? `— ${ ctrl . status } ` : '' } `
420
+ : ctrl . status ? ` — ${ ctrl . status } ` : '' } `
421
421
return GM_registerMenuCommand ( menuLabel , ( ) => {
422
422
settings . save ( key , ! config [ key ] ) ; syncConfigToUI ( { updatedKey : key } )
423
423
notify ( `${ ctrl . label } : ${ this . state . words [ + settings . typeIsEnabled ( key ) ] } ` )
You can’t perform that action at this time.
0 commit comments