diff --git a/docs/docs/configuration/user_interface.md b/docs/docs/configuration/user_interface.md index 72ce5a5d6..8a80bd1a0 100644 --- a/docs/docs/configuration/user_interface.md +++ b/docs/docs/configuration/user_interface.md @@ -13,3 +13,12 @@ ui: ``` Note that experimental changes may contain bugs or may be removed at any time in future releases of the software. Use of these features are presented as-is and with no functional guarantee. + +### Show confirmation prompts + +Used to hide non-critical confirmation prompts. + +```yaml +ui: + show_confirmation_prompts: true +```