File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
chatgpt/autoclear-chatgpt-history 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 Ziba itshala lokucabanga okuzoshintshwa ngokuzenzakalelayo uma ukubuka chatgpt.com
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.autoclearchatgpt.com/images/icons/openai/black/icon48.png?v=f461c06
231
231
// @icon 64 https://assets.autoclearchatgpt.com/images/icons/openai/black/icon64.png?v=f461c06
437
437
const menuLabel = `${
438
438
ctrl . symbol || this . state . symbols [ + settings . typeIsEnabled ( key ) ] } ${ ctrl . label } ${
439
439
ctrl . type == 'toggle' ? this . state . separator + this . state . words [ + settings . typeIsEnabled ( key ) ]
440
- : ctrl . status ? `— ${ ctrl . status } ` : '' } `
440
+ : ctrl . status ? ` — ${ ctrl . status } ` : '' } `
441
441
return GM_registerMenuCommand ( menuLabel , ( ) => {
442
442
if ( ctrl . type == 'toggle' ) {
443
443
settings . save ( key , ! config [ key ] ) ; syncConfigToUI ( { updatedKey : key } )
You can’t perform that action at this time.
0 commit comments