From 103e8183f5664b2b5226baf9b4da3b3c4338c9e5 Mon Sep 17 00:00:00 2001 From: Geoffrey Broadwell Date: Mon, 26 Feb 2024 09:23:03 -0800 Subject: [PATCH] Add new config defaults for TUI optional elements --- resources/conf/user-defaults.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/resources/conf/user-defaults.yaml b/resources/conf/user-defaults.yaml index 9ea43c6..6f5f9c6 100644 --- a/resources/conf/user-defaults.yaml +++ b/resources/conf/user-defaults.yaml @@ -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'