Skip to content

Commit

Permalink
Shortened settings.load() arg name ↞ [auto-sync from https://github…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Nov 27, 2024
1 parent f8b0277 commit d45a2ab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
// @description:zu Ziba itshala lokucabanga okuzoshintshwa ngokuzenzakalelayo uma ukubuka chatgpt.com
// @author Adam Lui
// @namespace https://github.com/adamlui
// @version 2024.11.26.4
// @version 2024.11.27
// @license MIT
// @icon https://media.autoclearchatgpt.com/images/icons/openai/black/icon48.png?a8868ef
// @icon64 https://media.autoclearchatgpt.com/images/icons/openai/black/icon64.png?a8868ef
Expand Down Expand Up @@ -381,7 +381,7 @@
keys.forEach(key => config[key] = GM_getValue(app.configKeyPrefix + '_' + key, false))
},

save(key, value) { GM_setValue(app.configKeyPrefix + '_' + key, value) ; config[key] = value }
save(key, val) { GM_setValue(app.configKeyPrefix + '_' + key, val) ; config[key] = val }
}
settings.load('autoclear', 'notifDisabled', 'toggleHidden')

Expand Down

0 comments on commit d45a2ab

Please sign in to comment.