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.1.29.7
228
+ // @version 2025.1.30
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
888
888
} ,
889
889
890
890
state ( ) {
891
- if ( ! this . div ) return // since toggle never created = sidebar missing
891
+ if ( ! toggles . sidebar . div ) return // since toggle never created = sidebar missing
892
892
toggles . sidebar . div . style . display = config . toggleHidden ? 'none' : 'flex'
893
893
toggles . sidebar . toggleInput . checked = config . autoclear
894
894
toggles . sidebar . toggleLabel . innerText = `${ app . msgs . mode_autoclear } `
You can’t perform that action at this time.
0 commit comments