Skip to content

Commit

Permalink
Added display order comment to settings.controls ↞ [auto-sync from h…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Nov 25, 2024
1 parent c8b572b commit c120181
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions starters/chrome/extension/lib/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const config = {}, settings = {
// - 'label': a descriptive label
// - 'symbol' (optional): for icon display (e.g. ⌚)
// NOTE: Toggles are disabled by default unless key name contains 'disabled' or 'hidden' (case insensitive)
// NOTE: Controls are displayed in top-to-bottom order
// EXAMPLES:
// autoScrollDisabled: { type: 'toggle', label: 'Auto-Scroll' },
// replyLanguage: { type: 'prompt', symbol: '🌐', label: 'Reply Language' }
Expand Down

0 comments on commit c120181

Please sign in to comment.