File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
starters/chrome/extension Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ Object.assign(app, { settings: {
1616 // - 'type': the control type (e.g. 'toggle' or 'prompt')
1717 // - 'label': a descriptive label
1818 // - 'symbol' (optional): for icon display (e.g. ⌚)
19- // NOTE: Toggles are disabled by default unless key name includes 'disabled' or 'hidden' (case insensitive)
20- // NOTE: Add each key name to settings.availKeys in lib/settings.js for proper loading
19+ // NOTE: Toggles are disabled by default unless key name contains 'disabled' or 'hidden' (case insensitive)
20+ // NOTE: Also add each key name to settings.availKeys in lib/settings.js for proper loading
2121 // EXAMPLES:
2222 // autoScrollDisabled: { type: 'toggle', label: 'Auto-Scroll' },
2323 // replyLanguage: { type: 'prompt', symbol: '🌐', label: 'Reply Language' }
You can’t perform that action at this time.
0 commit comments