Skip to content

Commit

Permalink
Add new config defaults for TUI optional elements
Browse files Browse the repository at this point in the history
  • Loading branch information
japhb committed Feb 26, 2024
1 parent 41e8db8 commit 103e818
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions resources/conf/user-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,13 @@ UI:
symbols: Full
# Whether to force-enable VT100 box drawing symbols, even for smaller symbol sets
vt100-boxes: true
# Whether to show menu item (and menu header) icons
menu-item-icons: true
# Whether to flash inputs when they activate
input-activation-flash: true
# Whether to show hints/descriptions for input fields
input-field-hints: true
# How to present history navigation: breadcrumbs, buttons, or both
history-nav: 'both-breadcrumbs-buttons'
# What size of menu headers to display: large, small, or none
menu-headers: 'large-menu-headers'

0 comments on commit 103e818

Please sign in to comment.