File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
chatgpt/chatgpt-auto-continue Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 219
219
// @description :zu ⚡ Terus menghasilkan imibuzo eminingi ye-ChatGPT ngokwesizulu
220
220
// @author Adam Lui
221
221
// @namespace https://github.com/adamlui
222
- // @version 2025.4.24
222
+ // @version 2025.4.24.1
223
223
// @license MIT
224
224
// @icon https://assets.chatgptautocontinue.com/images/icons/continue-symbol/black/icon48.png?v=a8c9387
225
225
// @icon 64 https://assets.chatgptautocontinue.com/images/icons/continue-symbol/black/icon64.png?v=a8c9387
400
400
const menuLabel = `${
401
401
ctrl . symbol || this . state . symbols [ + settings . typeIsEnabled ( key ) ] } ${ ctrl . label } ${
402
402
ctrl . type == 'toggle' ? this . state . separator + this . state . words [ + settings . typeIsEnabled ( key ) ]
403
- : ctrl . status ? `— ${ ctrl . status } ` : '' } `
403
+ : ctrl . status ? ` — ${ ctrl . status } ` : '' } `
404
404
return GM_registerMenuCommand ( menuLabel , ( ) => {
405
405
settings . save ( key , ! config [ key ] ) ; syncConfigToUI ( { updatedKey : key } )
406
406
notify ( `${ ctrl . label } : ${ this . state . words [ + settings . typeIsEnabled ( key ) ] } ` )
You can’t perform that action at this time.
0 commit comments