Skip to content

Commit

Permalink
Updated settings.load() arg to use settings.controls ↞ [auto-sync…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Dec 21, 2024
1 parent e1f97d8 commit a7a4a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starters/chrome/extension/popup/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

// Create CHILD menu entries on chatgpt.com
if (env.site == 'chatgpt') {
await settings.load(settings.availKeys)
await settings.load(Object.keys(settings.controls))

// Create/insert child section
const togglesDiv = dom.create.elem('div', { class: 'menu' })
Expand Down

0 comments on commit a7a4a03

Please sign in to comment.